Skip to content

Instantly share code, notes, and snippets.

@tiloso
Created August 16, 2012 19:04
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 tiloso/3372688 to your computer and use it in GitHub Desktop.
Save tiloso/3372688 to your computer and use it in GitHub Desktop.
package.json
{
"name": "smartlist",
"version": "0.0.1-22",
"subdomain": "smartlist",
"dependencies": {
"express": "3.x",
"jade": ">= 0.0.1",
"bcrypt": "git://github.com/ncb000gt/node.bcrypt.js.git",
"nano": "~3.1.0",
"connect-redis": ">=1.4.1",
"passport": "~0.1.12",
"passport-local": "~0.1.3",
"connect-flash": "~0.1.0",
"validator": "~0.4.9",
"measured": "~0.1.3",
"exceptional-node": "~0.1.1"
},
"scripts": {
"start": "app.js"
},
"devDependencies": {
"requirejs": "~2.0.4",
"mocha": "*",
"should": "*",
"supertest": "*"
},
"engines": {
"node": ">=0.6.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment