Skip to content

Instantly share code, notes, and snippets.

@clarkngo
Created September 2, 2019 08:38
Show Gist options
  • Save clarkngo/4256284286f993b424504431eda50526 to your computer and use it in GitHub Desktop.
Save clarkngo/4256284286f993b424504431eda50526 to your computer and use it in GitHub Desktop.
01_using_package_json
{
"author": "Clark Ngo",
"name": "fcc-learn-node-with-express",
"version": "0.1.0",
"dependencies": {
"express": "^4.14.0",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"fcc-express-bground": "https://github.com/Em-Ant/fcc-express-bground-pkg.git"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": "4.4.5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment