1
0
CompleteNodeJS/web-server/package.json

17 lines
295 B
JSON
Raw Normal View History

2019-09-29 19:48:45 +00:00
{
"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"
2019-09-29 19:48:45 +00:00
}
}