{
  "name": "mapbox-react",
  "version": "0.2.3",
  "description": "Leaflet engine with Mapbox and React",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lightstream-company/mapbox-react.git"
  },
  "keywords": [
    "mapbox",
    "react",
    "leaflet"
  ],
  "author": "Lightstream Company",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lightstream-company/mapbox-react/issues"
  },
  "homepage": "https://github.com/lightstream-company/mapbox-react#readme",
  "peerDependencies": {
    "react": "0.14",
    "react-dom": "0.14"
  },
  "devDependencies": {
    "babelify": "^6.3.0",
    "grunt": "^0.4.5",
    "grunt-browserify": "^4.0.1",
    "grunt-contrib-watch": "^0.6.1",
    "mapbox.js": "^2.2.2",
    "react": "^0.14.0",
    "react-dom": "^0.14.0"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "stage": [
            0
          ]
        }
      ]
    ]
  }
}
