{
  "_from": "leaflet-editable-drag@^0.7.0",
  "_id": "leaflet-editable-drag@0.7.0",
  "_inBundle": false,
  "_integrity": "sha1-xdS48llo+5IhKYfO3LzyaHb5q58=",
  "_location": "/leaflet-editable-drag",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "leaflet-editable-drag@^0.7.0",
    "name": "leaflet-editable-drag",
    "escapedName": "leaflet-editable-drag",
    "rawSpec": "^0.7.0",
    "saveSpec": null,
    "fetchSpec": "^0.7.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/leaflet-editable-drag/-/leaflet-editable-drag-0.7.0.tgz",
  "_shasum": "c5d4b8f25968fb92212987cedcbcf26876f9ab9f",
  "_spec": "leaflet-editable-drag@^0.7.0",
  "_where": "G:\\Development\\Work\\SWDFactory\\pvstream_pilot\\frontend",
  "author": {
    "name": "Alexander Milevski",
    "email": "info@w8r.name"
  },
  "bugs": {
    "url": "https://github.com/w8r/Leaflet.Editable.Drag/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "leaflet": "^0.7.7",
    "leaflet-editable": "^0.6.2",
    "leaflet-path-drag": "^0.1.15"
  },
  "deprecated": false,
  "description": "drag functionality for leaflet-editable",
  "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"
  },
  "homepage": "https://github.com/w8r/Leaflet.Editable.Drag#readme",
  "keywords": [
    "leaflet",
    "map",
    "editing",
    "drawing",
    "dragging"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "leaflet-editable-drag",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/w8r/Leaflet.Editable.Drag.git"
  },
  "scripts": {
    "build": "npm run lint && npm run build-js && npm run compress",
    "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",
    "lint": "eslint ./src/",
    "release": "git push origin master && git checkout gh-pages && git merge master && git push origin gh-pages && npm publish",
    "start": "npm run watch & ./node_modules/.bin/serve -p 3001",
    "test": "tape test/*.js",
    "watch": "watchify -v -d example/js/app.js -o example/js/bundle.js"
  },
  "version": "0.7.0"
}
