1
0
CompleteNodeJS/web-server/package.json
Jason Williams 250110bdb8 Video 43
2019-09-29 13:48:45 -06:00

16 lines
274 B
JSON

{
"name": "web-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.4"
}
}