Created
June 22, 2015 22:23
-
-
Save b4dtR1p/d8f59b47be6484d04d67 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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