{
  "name": "leaflet-editable-drag",
  "version": "0.7.0",
  "description": "drag functionality for leaflet-editable",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js",
    "start": "npm run watch & ./node_modules/.bin/serve -p 3001",
    "watch": "watchify -v -d example/js/app.js -o example/js/bundle.js",
    "lint": "eslint ./src/",
    "build-js": "cat ./node_modules/leaflet-path-drag/dist/L.Path.Drag-src.js ./src/Leaflet.Editable.Drag.js > ./dist/L.Editable.Drag-src.js",
    "compress": "uglifyjs ./dist/L.Editable.Drag-src.js -o ./dist/L.Editable.Drag.js --comments -m",
    "build": "npm run lint && npm run build-js && npm run compress",
    "release": "git push origin master && git checkout gh-pages && git merge master && git push origin gh-pages && npm publish"
  },
  "keywords": [
    "leaflet",
    "map",
    "editing",
    "drawing",
    "dragging"
  ],
  "author": "Alexander Milevski <info@w8r.name>",
  "license": "MIT",
  "dependencies": {
    "leaflet": "^0.7.7",
    "leaflet-editable": "^0.6.2",
    "leaflet-path-drag": "^0.1.15"
  },
  "devDependencies": {
    "browserify": "^13.0.0",
    "eslint": "^2.7.0",
    "serve": "^1.4.0",
    "tape": "^4.5.1",
    "uglifyjs": "^2.4.10",
    "watchify": "^3.7.0"
  },
  "directories": {
    "example": "example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/w8r/Leaflet.Editable.Drag.git"
  },
  "bugs": {
    "url": "https://github.com/w8r/Leaflet.Editable.Drag/issues"
  },
  "homepage": "https://github.com/w8r/Leaflet.Editable.Drag#readme"
}
