1
0
CompleteNodeJS/web-server/package.json
2019-09-30 11:42:22 -06:00

17 lines
295 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",
"hbs": "^4.0.1"
}
}