Skip to content

Instantly share code, notes, and snippets.

@emilianox
Created October 4, 2012 14:36
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 emilianox/cc00cc67c20ae7cadb9e to your computer and use it in GitHub Desktop.
Save emilianox/cc00cc67c20ae7cadb9e to your computer and use it in GitHub Desktop.
packages.json
{
"name": "testplastaway",
"version": "0.0.1-2",
"engines": [
"node >= 0.4.0"
],
"main": "server.js",
"dependencies": {
"jade": "*",
"jade-ext": "*",
"express": "~2.x",
"railway": "*",
"jugglingdb": "*",
"coffee-script": ">= 1.1.1",
"mongoose": "*",
"socket.io": "*",
"stylus": "*",
"connect-assets": "*",
"Faker": "*",
"express-logger": "*",
"oauth": ">= 0",
"yaml": ">= 0",
"passport": "*",
"passport-local": "*",
"railway-passport": "*",
"bcrypt": "0.5.0"
},
"devDependencies": {
"nodeunit": "*",
"sinon": "*",
"semicov": "*"
},
"scripts": {
"test": "nodeunit test/*/*",
"start": "server.coffee"
},
"subdomain": "testplastaway"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment