Skip to content

Instantly share code, notes, and snippets.

@RafaelAPB
Created January 7, 2018 19:45
Show Gist options
  • Save RafaelAPB/a8bd5c6a6ccd90df69a02ed4423b185d to your computer and use it in GitHub Desktop.
Save RafaelAPB/a8bd5c6a6ccd90df69a02ed4423b185d to your computer and use it in GitHub Desktop.
Example of package.json
"name": "gce",
"version": "1.0.0",
"description": "mean-base",
"main": "gce.js",
"scripts": {
},
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.4",
"helmet": "^3.9.0",
"jsonwebtoken": "^7.4.3",
"mongoose": "^4.11.7",
},
"author": [
],
"license": "GNU Affero General Public License v3.0",
"devDependencies": {
"@angular/cli": "latest"
},
"optionalDependencies": {
"morgan": "^1.8.2",
"winston": "^2.3.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment