udemy-node-weather-app/package.json
2017-11-21 10:11:35 -05:00

18 lines
320 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": {
"axios": "^0.13.1",
"request": "^2.83.0",
"yargs": "^4.8.1"
}
}