Files
weather/package.json
2019-09-29 14:41:30 -04:00

16 lines
326 B
JSON

{
"name": "dark-sky-script",
"version": "1.0.0",
"description": "Fetch local weather information.",
"main": "dark-sky.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kevin Mok",
"license": "ISC",
"dependencies": {
"table": "^5.4.6",
"yargs": "^14.0.0"
}
}