Skip to content

Instantly share code, notes, and snippets.

Created October 19, 2012 18:09
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 anonymous/a2605fe5c13a98d1e4dd to your computer and use it in GitHub Desktop.
Save anonymous/a2605fe5c13a98d1e4dd to your computer and use it in GitHub Desktop.
{
"name": "music-player-server",
"description": "Music Player server",
"version": "0.0.1-19",
"private": true,
"author": {
"name": "Ofer Reichman",
"email": "oferei@gmail.com"
},
"dependencies": {
"express": "3.x",
"passport": "0.1.x",
"passport-local": "0.1.x",
"passport-google": "0.2.x",
"mongodb": "1.1.7",
"mongoose": "3.2.1",
"redis": "0.8.x",
"connect-redis": "1.4.x",
"json-gate": "*"
},
"subdomain": "music-player.server",
"scripts": {
"start": "server.js",
"test": "node_modules\\.bin\\vows --spec"
},
"devDependencies": {
"should": "1.2.x",
"request": "2.11.x",
"vows": "0.6.x"
},
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment