UNPKG

hubot-forecastio

Version:

A Hubot Script that looks up weather forcast data from forcast.io with geocoding courtesy of Google Maps

39 lines (38 loc) 884 B
{ "name": "hubot-forecastio", "description": "A Hubot Script that looks up weather forcast data from forcast.io with geocoding courtesy of Google Maps", "version": "1.1.2", "author": "Jason Solis <jsolis@gmail.com>", "license": "MIT", "keywords": [ "hubot", "hubot-scripts", "forecast", "forecastio", "weather" ], "repository": { "type": "git", "url": "git://github.com/jsolis/hubot-forecastio.git" }, "bugs": { "url": "https://github.com/jsolis/hubot-forecastio/issues" }, "dependencies": { "coffee-script": "~1.6" }, "devDependencies": { "mocha": "*", "chai": "*", "sinon-chai": "*", "sinon": "*", "grunt-mocha-test": "~0.7.0", "grunt-release": "~0.6.0", "matchdep": "~0.1.2", "grunt-contrib-watch": "~0.5.3" }, "main": "index.coffee", "scripts": { "test": "grunt test" } }