1
0
Fork 0
CompleteNodeJS/web-server/package.json

18 lines
294 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": {
"start": "node src/app.js"
2019-09-29 19:48:45 +00:00
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.4",
"hbs": "^4.0.1",
"request": "^2.88.0"
2019-09-29 19:48:45 +00:00
}
}