forked from Leaflet/Leaflet.Editable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 788 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
{
"name": "leaflet-editable",
"version": "1.1.0",
"description": "Make geometries editable in Leaflet",
"main": "src/Leaflet.Editable.js",
"scripts": {
"test": "make test"
},
"keywords": [
"leaflet",
"map"
],
"author": "Yohan Boniface",
"license": "WTFPL",
"devDependencies": {
"chai": "^3.5.0",
"happen": "^0.3.1",
"leafdoc": "^1.4.0",
"leaflet": "^1.2.0",
"leaflet.path.drag": "0.0.2",
"mocha": "^2.5.3",
"mocha-phantomjs-core": "^1.3.1",
"phantomjs-prebuilt": "^2.1.7"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.Editable.git"
},
"bugs": {
"url": "https://github.com/Leaflet/Leaflet.Editable/issues"
},
"homepage": "https://github.com/Leaflet/Leaflet.Editable/"
}