Skip to content

Instantly share code, notes, and snippets.

@itswadesh
Last active March 27, 2017 14:49
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 itswadesh/0aa1f7b54dc22c8e68fbc7e85cc2df34 to your computer and use it in GitHub Desktop.
Save itswadesh/0aa1f7b54dc22c8e68fbc7e85cc2df34 to your computer and use it in GitHub Desktop.
{
"name": "appointments",
"version": "1.0.0",
"description": "Appointments using AngularJS, NodeJS and MongoDB (Javascript Fullstack)",
"dependencies": {
"body-parser": "^1.14.2",
"express": "^4.13.4",
"mongoose": "^4.1.3",
"node-restful": "^0.2.2"
},
"devDependencies": {},
"scripts": {
"start": "node server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itswadesh/simple-appointment.git"
},
"author": "Swadesh Behera",
"license": "ISC",
"bugs": {
"url": "https://github.com/itswadesh/simple-appointment/issues"
},
"homepage": "https://github.com/itswadesh/simple-appointment#readme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment