weatherman.io
Version:
A Node.js module for the Forecast.io API
36 lines (35 loc) • 738 B
JSON
{
"name": "weatherman.io",
"version": "1.0.1",
"description": "A Node.js module for the Forecast.io API",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"is_js": "^0.4.0",
"request": "^2.53.0"
},
"devDependencies": {
"mocha": "^1.18.2",
"chai": "^1.9.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/projectweekend/weatherman.io.git"
},
"keywords": [
"weather",
"forecast",
"forecast.io"
],
"author": "Brian Hines",
"license": "MIT",
"bugs": {
"url": "https://github.com/projectweekend/weatherman.io/issues"
},
"homepage": "https://github.com/projectweekend/weatherman.io"
}