{
  "name": "react-leaflet-draggable-polyline",
  "version": "1.0.3",
  "description": "Draggable Polyline",
  "main": "lib/DraggablePolyline.js",
  "author": "Emmanuel Fonteneau",
  "homepage": "https://github.com/manufont/react-leaflet-draggable-polyline",
  "repository": {
    "type": "git",
    "url": "https://github.com/manufont/react-leaflet-draggable-polyline.git"
  },
  "bugs": {
    "url": "https://github.com/manufont/react-leaflet-draggable-polyline/issues"
  },
  "dependencies": {
    "classnames": "^2.1.2",
    "leaflet": "^1.2.0",
    "react": "^15.6.1",
    "react-leaflet": "^1.6.6"
  },
  "devDependencies": {
    "babel-eslint": "^4.1.3",
    "eslint": "^1.6.0",
    "eslint-plugin-react": "^3.5.1",
    "gulp": "^3.9.0",
    "react-component-gulp-tasks": "^0.7.6",
    "react-dom": "^15.6.1"
  },
  "peerDependencies": {
    "react": "^15.6.1"
  },
  "browserify-shim": {
    "react": "global:React"
  },
  "scripts": {
    "build": "gulp clean && NODE_ENV=production gulp build",
    "examples": "gulp dev:server",
    "lint": "eslint ./; true",
    "publish:site": "NODE_ENV=production gulp publish:examples",
    "release": "NODE_ENV=production gulp release",
    "start": "gulp dev",
    "test": "echo \"no tests yet\" && exit 0",
    "watch": "gulp watch:lib"
  },
  "keywords": [
    "react",
    "react-component"
  ],
  "license": "MIT"
}
