Skip to content

Instantly share code, notes, and snippets.

@BasantPandey
Created May 22, 2016 06:15
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 BasantPandey/36dacb41ed31000b43b5e3796663e219 to your computer and use it in GitHub Desktop.
Save BasantPandey/36dacb41ed31000b43b5e3796663e219 to your computer and use it in GitHub Desktop.
Address Book Package.json File
{
"name": "basant",
"version": "1.0.0",
"description": "Basant first project",
"main": "Server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node Server.js"
},
"engines": {
"node": "4.4.0",
"npm": "2.14.20"
},
"author": "basant pandey",
"license": "ISC",
"dependencies": {
"angular": "^1.5.5",
"body-parser": "^1.15.0",
"bootstrap": "^3.3.6",
"express": "^4.13.4",
"mongoose": "^4.4.13",
"serve-favicon": "^2.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment