0628f3cdc7
Completed weather app, including all updates from Section 9 (Videos 60-69)
18 lines
294 B
JSON
18 lines
294 B
JSON
{
|
|
"name": "web-server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node src/app.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"hbs": "^4.0.1",
|
|
"request": "^2.88.0"
|
|
}
|
|
}
|