UNPKG

forecastio

Version:
37 lines (36 loc) 824 B
{ "name": "forecastio", "version": "2.0.0", "description": "A node.js wrapper for Forecast.io API", "main": "index.js", "engines": { "node": ">=4 <=10.1" }, "scripts": { "test": "./node_modules/.bin/mocha -R spec -s 1500 -t 3000" }, "repository": { "type": "git", "url": "git://github.com/soplakanets/node-forecastio.git" }, "keywords": [ "weather", "forecast", "forecast.io", "darksky", "darksky.net" ], "author": "Serhiy Oplakanets <serhiy@oplakanets.com>", "license": "MIT", "bugs": { "url": "https://github.com/soplakanets/node-forecastio/issues" }, "homepage": "https://github.com/soplakanets/node-forecastio", "dependencies": { "request": "^2.85.0", "request-promise": "^4.2.2" }, "devDependencies": { "mocha": "^5.1.1" } }