forked from mapbox/geojson.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.12 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
{
"name": "geojson.io",
"version": "0.0.3",
"description": "create and edit maps, on the internet",
"main": "index.js",
"dependencies": {
"leaflet-draw": "0.2.2",
"jsonlint": "1.6.0",
"geojsonhint": "0.2.2",
"d3-metatable": "0.3.0",
"topojson": "1.4.5",
"brfs": "0.0.8",
"togeojson": "0.5.0",
"csv2geojson": "3.6.1",
"detect-json-indent": "0.0.0",
"github-file-browser": "0.3.1",
"smash": "0.0.11",
"uglify-js": "2.4.1",
"d3": "3.3.9",
"store": "1.3.14",
"leaflet-hash": "0.2.1",
"xtend": "2.1.1",
"clone": "0.1.11",
"bowser": "0.3.2",
"filesaver.js": "2013.1.23",
"shp-write": "0.1.5",
"osmtogeojson": "1.3.1",
"qs-hash": "0.0.0",
"tokml": "0.2.2",
"geojson2dsv": "0.0.0"
},
"devDependencies": {
"expect.js": "~0.2.0",
"mocha": "~1.13.0",
"browserify": "~3.19.0"
},
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/mapbox/geojson.io.git"
},
"author": "MapBox",
"license": "BSD",
"bugs": {
"url": "https://github.com/mapbox/geojson.io/issues"
}
}