forked from umap-project/Leaflet.Storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.69 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "leaflet-storage",
"version": "0.8.0-beta.1",
"description": "Manage map and features with Leaflet and expose them for backend storage through an API.",
"directories": {
"test": "test"
},
"devDependencies": {
"chai": "^3.3.0",
"grunt": "^0.4.4",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.5.0",
"happen": "~0.1.3",
"mocha": "^2.3.3",
"mocha-phantomjs": "^4.0.1",
"optimist": "~0.4.0",
"phantomjs": "^1.9.18",
"sinon": "^1.10.3",
"uglify-js": "~2.2.3"
},
"scripts": {
"test": "firefox test/index.html"
},
"repository": {
"type": "git",
"url": "git://github.com/umap-project/Leaflet.Storage.git"
},
"keywords": [
"leaflet"
],
"author": "Yohan Boniface",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/umap-project/Leaflet.Storage/issues"
},
"homepage": "http://wiki.openstreetmap.org/wiki/UMap",
"dependencies": {
"csv2geojson": "^4.0.0",
"georsstogeojson": "^0.0.2",
"leaflet": "1.0.0-beta.2",
"leaflet-contextmenu": "^1.0.0",
"leaflet-editable": "0.7.0-beta.1",
"leaflet-editinosm": "^0.2.3",
"leaflet-formbuilder": "^0.2.1",
"leaflet-hash": "^0.2.1",
"leaflet-i18n": "0.2.0",
"leaflet-label": "Leaflet/Leaflet.label#leaflet-master",
"leaflet-loading": "^0.1.15",
"leaflet-minimap": "^2.1.0",
"leaflet-toolbar": "Leaflet/Leaflet.toolbar",
"leaflet.heat": "^0.1.3",
"leaflet-measurable": "umap-project/Leaflet.Measurable",
"leaflet.markercluster": "git://github.com/Leaflet/Leaflet.markercluster#leaflet-master-merge",
"osmtogeojson": "^2.1.0",
"togeojson": "^0.7.0",
"togpx": "^0.3.1",
"tokml": "^0.3.0"
}
}