jw-weather
Version:
Reader for various weather APIs
30 lines (29 loc) • 641 B
JSON
{
"name": "jw-weather",
"version": "2.1.2",
"description": "Reader for various weather APIs",
"main": "weather.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonwyett/weather.git"
},
"keywords": [
"Weather",
"DarkSky",
"AccuWeather",
"OpenWeatherMap",
"Forecast"
],
"author": "Jonathan Wyett",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonwyett/weather/issues"
},
"homepage": "https://github.com/jonwyett/weather#readme",
"dependencies": {
"jw-gate": "^1.0.0"
}
}