UNPKG

gme

Version:

modify google maps engine tables from node

38 lines (37 loc) 797 B
{ "name": "gme", "version": "1.1.2", "description": "modify google maps engine tables from node", "main": "./lib/", "dependencies": { "bluebird": "~1.2.4", "google-auth2-service-account": "~0.0.3", "request": "~2.34.0", "inherits": "^2.0.1", "readable-stream": "~1.1.0", "double-ended-queue": "^2.0.0-0" }, "devDependencies": { "tap-spec": "^0.1.9", "tape": "^2.13.0" }, "scripts": { "test": "node test.js | tspec" }, "keywords": [ "gme", "google", "maps", "engine" ], "author": "Calvin Metcalf", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/AppGeo/GME.git" }, "bugs": { "url": "https://github.com/AppGeo/GME/issues" }, "homepage": "https://github.com/AppGeo/GME" }