UNPKG

googlemap

Version:

A simple module for displaying Google Maps

37 lines (36 loc) 898 B
{ "name": "googlemap", "version": "1.0.4", "description": "A simple module for displaying Google Maps", "main": "lib/index.js", "scripts": { "test": "mocha --compilers js:babel-core/register", "transpile": "babel src --out-dir lib", "watch": "watch 'npm run transpile' src" }, "repository": { "type": "git", "url": "git+https://github.com/mikefrancis/googlemap.git" }, "keywords": [ "google", "map", "gmap", "javascript", "map" ], "author": "Mike Francis <mikeffrancis@gmail.com>", "license": "WTFPL", "bugs": { "url": "https://github.com/mikefrancis/googlemap/issues" }, "homepage": "https://github.com/mikefrancis/googlemap#readme", "devDependencies": { "babel-cli": "^6.5.1", "babel-preset-es2015": "^6.5.0", "jsdom": "^8.0.4", "mocha": "^2.4.5", "mocha-jsdom": "^1.1.0" }, "dependencies": {} }