Created
September 2, 2019 08:38
-
-
Save clarkngo/4256284286f993b424504431eda50526 to your computer and use it in GitHub Desktop.
01_using_package_json
This file contains hidden or 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
{ | |
"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