Skip to content

Instantly share code, notes, and snippets.

@chanakaDe
Created October 19, 2015 17:25
Show Gist options
  • Save chanakaDe/49b3a13c5aa3b67e09b2 to your computer and use it in GitHub Desktop.
Save chanakaDe/49b3a13c5aa3b67e09b2 to your computer and use it in GitHub Desktop.
{
"name": "userstory",
"version": "1.0.0",
"description": "Sample app using MEAN stack",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Chanaka De Silva",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.14.0",
"cors": "^2.7.1",
"express": "^4.13.3",
"jsonwebtoken": "^5.0.5",
"mongoose": "^4.1.8",
"morgan": "^1.6.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment