{
  "name": "leaflet-plugin-trackplayback",
  "version": "1.0.5",
  "description": "track playback plugin based on leaflet",
  "main": "dist/leaflet.trackplayback.js",
  "directories": {
    "example": "examples",
    "lib": "lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint --ext .js src --fix",
    "webpack": "webpack --config webpack.config.js",
    "build": "npm run lint && npm run webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/linghuam/Leaflet.TrackPlayback.git"
  },
  "keywords": [
    "leaflet",
    "track",
    "playback",
    "locus",
    "canvas"
  ],
  "author": "linghuam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/linghuam/Leaflet.TrackPlayback/issues"
  },
  "homepage": "https://github.com/linghuam/Leaflet.TrackPlayback#readme",
  "devDependencies": {
    "copy-webpack-plugin": "^4.5.3",
    "eslint": "^5.6.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "webpack": "^4.20.2",
    "webpack-cli": "^3.1.2"
  }
}
