Skip to content

Instantly share code, notes, and snippets.

@hackingbeauty
Created December 3, 2013 03:08
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 hackingbeauty/7763288 to your computer and use it in GitHub Desktop.
Save hackingbeauty/7763288 to your computer and use it in GitHub Desktop.
Package.json
{
"name": "chat-salon",
"version": "0.0.1-18",
"private": true,
"scripts": {
"test": "./bin/test",
"start": "node app.js"
},
"dependencies": {
"express": "3.4.0",
"jade": "*",
"stylus": "*",
"socket.io": "latest",
"redis": "latest",
"redis-url": "0.1.0",
"passport": "~0.1.17",
"passport-twitter": "~1.0.2",
"mongoose": "~3.6.20",
"connect-mongo": "~0.3.3",
"passport-facebook": "~1.0.2",
"mongoose-findorcreate": "~0.1.2",
"mongodb": "~1.3.19",
"JSV": "4.0.x",
"express-livereload": "0.0.24",
"mongoose-auth": "https://github.com/hackingbeauty/mongoose-auth/tarball/master"
},
"devDependencies": {
"node-dev": "~2.0.2",
"mocha": "~1.13.0",
"request": "~2.27.0",
"superagent": "~0.15.7",
"libxmljs": "~0.8.1"
},
"subdomain": "chat-salon",
"engines": {
"node": "0.10.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment