{
  "name": "leaflet.baidu",
  "version": "0.1.0",
  "description": "A Leaflet plugin to use with Baidu Map.",
  "main": "dist/leaflet.baidu.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "lint": "eslint .",
    "prebuild": "npm run lint",
    "build": "rimraf dist/* && rollup -c",
    "pretest": "npm run build",
    "test": "mocha test/*.js --compilers js:buble/register",
    "prepublish": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wsw0108/leaflet.baidu.git"
  },
  "keywords": [
    "leaflet",
    "baidu"
  ],
  "author": "wsw0108",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wsw0108/leaflet.baidu/issues"
  },
  "homepage": "https://github.com/wsw0108/leaflet.baidu#readme",
  "dependencies": {
    "leaflet": "^1.2.0"
  },
  "devDependencies": {
    "buble": "^0.15.2",
    "mocha": "^3.2.0",
    "rimraf": "^2.6.1",
    "rollup": "^0.49.2",
    "rollup-plugin-buble": "^0.15.0",
    "standard": "^10.0.3"
  }
}
