-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
34 lines (34 loc) · 941 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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"
}
}