Skip to content

Instantly share code, notes, and snippets.

@slim2000
Created September 25, 2012 15:55
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 slim2000/3782737 to your computer and use it in GitHub Desktop.
Save slim2000/3782737 to your computer and use it in GitHub Desktop.
{
"name": "xxxxx",
"description": "xxxxxx",
"version": "3.0.0-45",
"private": true,
"author": "xxxxxx",
"engines": {
"node": "0.8.6",
"npm": "1.1.9"
},
"scripts": {
"start": "node server.js",
"test": "mocha test/*"
},
"dependencies": {
"express": "latest",
"express-namespace": "latest",
"express-validator": "latest",
"jade": "latest",
"mongoose": "latest",
"connect-mongodb": "latest",
"passport": "latest",
"passport-local": "latest",
"underscore": "latest",
"gzippo": "latest",
"async": "latest",
"moment": "latest",
"mocha": "latest",
"supertest": "latest",
"should": "latest",
"swagger": "latest"
},
"subdomain": "xxxx.xxxxx",
"domains": [
"api.xxxxxx.com"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment