Skip to content

Instantly share code, notes, and snippets.

@b4dtR1p
Created June 22, 2015 22:23
Show Gist options
  • Save b4dtR1p/d8f59b47be6484d04d67 to your computer and use it in GitHub Desktop.
Save b4dtR1p/d8f59b47be6484d04d67 to your computer and use it in GitHub Desktop.
{
"name": "musikey-api",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/twinsoftweb/musikey-api.git"
},
"scripts": {
"start": "node server.js"
},
"author": "b4d_tR1p <[email protected]>",
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.0.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"depd": "^1.0.1",
"ejs": "^2.3.1",
"express": "~4.0.0",
"express-session": "^1.11.3",
"express-sessions": "^1.0.5",
"lodash": "^3.9.3",
"mongodb": "^2.0.35",
"mongoose": "~3.8.8",
"morgan": "~1.0.0",
"passport": "^0.2.2",
"passport-local": "^1.0.0"
},
"description": "depends of node and mongodb, can you install all other dep with npm install",
"homepage": "https://bitbucket.org/twinsoftweb/musikey-api#readme",
"version": "1.0.0",
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment