{
  "name": "mapper-keeper",
  "version": "0.2.0",
  "description": "A wrapper and utilities for Google Maps and Mapbox.",
  "main": "lib/index.js",
  "scripts": {
    "build": "scripts/build",
    "clean": "scripts/clean",
    "test": "scripts/test",
    "test-watch": "scripts/test-watch",
    "lint": "scripts/lint || true",
    "prepublish": "scripts/prepublish"
  },
  "keywords": [
    "map",
    "google maps",
    "mapbox"
  ],
  "author": "Mike Anderson",
  "license": "MIT",
  "devDependencies": {
    "babel": "^5.6.14",
    "mocha": "^2.2.5",
    "standard": "^4.5.4"
  },
  "dependencies": {
    "evented-google-map": "1.0.0",
    "eventemitter2": "^0.4.14",
    "immutable": "^3.7.4"
  },
  "standard": {
    "global": [
      "google",
      "L"
    ],
    "ignore": [
      "/test/",
      "/google.js",
      "/mapbox.js"
    ]
  }
}
