Skip to content

Instantly share code, notes, and snippets.

@TechnotronicOz
Created June 17, 2013 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TechnotronicOz/5794288 to your computer and use it in GitHub Desktop.
Save TechnotronicOz/5794288 to your computer and use it in GitHub Desktop.
{
"name": "tuf-badlands",
"description": "TUF Badlands Tracker",
"version": "0.0.2",
"private": true,
"dependencies": {
"express": "3.1.1",
"mongodb": "1.2.14"
},
"engines": {
"node": "0.8.x",
"npm": "*"
},
"subdomain": "badlands",
"scripts": {
"start": "node app.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment