UNPKG

leaflet.path.drag

Version:
35 lines (34 loc) 941 B
{ "name": "leaflet.path.drag", "version": "0.0.6", "description": "Allow to drag Leaflet path", "main": "src/Path.Drag.js", "scripts": { "test": "./node_modules/phantomjs-prebuilt/bin/phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html spec '{\"viewportSize\":{\"width\": 1024,\"height\": 768}}'" }, "repository": { "type": "git", "url": "git+https://github.com/Leaflet/Path.Drag.js.git" }, "keywords": [ "leaflet", "path", "polygon", "polyline", "dragging" ], "author": "Yohan Boniface", "license": "MIT", "bugs": { "url": "https://github.com/Leaflet/Path.Drag.js/issues" }, "homepage": "https://github.com/Leaflet/Path.Drag.js#readme", "devDependencies": { "chai": "^3.5.0", "leaflet": "^1.2.0", "mocha": "^2.5.3", "mocha-phantomjs-core": "^1.3.1", "phantomjs-prebuilt": "^2.1.7", "prosthetic-hand": "^1.3.1" } }