1
0
CompleteNodeJS/weather-app/package.json
Jason Williams 69b5557f0f Video 31
2019-08-23 15:26:32 -06:00

16 lines
273 B
JSON

{
"name": "weather-app",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"request": "^2.88.0"
}
}