Created
March 31, 2017 06:03
-
-
Save hebbian/62a8945ccbfa4d24f89f2aff1be61428 to your computer and use it in GitHub Desktop.
Starter Package.json
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": "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