hyperbutter-weather
Version:
A plugin to get weather from Yahoo and send it into the Hyper Butter server
30 lines (29 loc) • 742 B
JSON
{
"name": "hyperbutter-weather",
"version": "2.0.1",
"description": "A plugin to get weather from Yahoo and send it into the Hyper Butter server",
"main": "index.js",
"dependencies": {
"restler": "^3.4.0",
"hb-emitter": "^1.0.1"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/endoplasmic/hyperbutter-weather.git"
},
"keywords": [
"hyperbutter",
"weather",
"yahoo"
],
"author": "Scott Ysebert <endoplasmic@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/endoplasmic/hyperbutter-weather/issues"
},
"homepage": "https://github.com/endoplasmic/hyperbutter-weather#readme"
}