UNPKG

hubot-googlemaps

Version:

google maps api for hubot scripts

24 lines (23 loc) 474 B
{ "name": "hubot-googlemaps", "version": "0.0.5", "description": "google maps api for hubot scripts", "main": "index.coffee", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "google", "maps", "GoogleMaps" ], "repository": { "type": "git", "url": "git@github.com:n0bisuke/hubot-googlemaps.git" }, "author": "n0bisuke", "license": "MIT", "dependencies": { "googlemaps": "^0.1.20" } }