UNPKG

darksky-node

Version:
31 lines (30 loc) 734 B
{ "name": "darksky-node", "version": "0.0.2", "description": "DarkSky API Client", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/brianantonelli/darksky-node.git" }, "keywords": [ "darksky", "forecastio", "weather" ], "author": "Brian Antonelli <brian.antonelli@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/brianantonelli/darksky-node/issues" }, "homepage": "https://github.com/brianantonelli/darksky-node#readme", "dependencies": { "moment": "^2.15.1", "querystring": "^0.2.0", "request": "^2.75.0", "underscore": "^1.8.3" } }