Skip to content

Instantly share code, notes, and snippets.

@hebbian
Created March 31, 2017 06:03
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 hebbian/62a8945ccbfa4d24f89f2aff1be61428 to your computer and use it in GitHub Desktop.
Save hebbian/62a8945ccbfa4d24f89f2aff1be61428 to your computer and use it in GitHub Desktop.
Starter Package.json
{
"name": "dummy-service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"jsonwebtoken": "^7.3.0",
"morgan": "^1.8.1",
"yamljs": "^0.2.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment