forked from mapbox/geojson.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.64 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
60
61
62
63
64
65
66
67
68
{
"name": "geojson.io",
"version": "0.1.1",
"description": "create and edit maps, on the internet",
"main": "index.html",
"dependencies": {
"bowser": "0.3.2",
"brfs": "^1.0.2",
"clean-css": "~2.0.7",
"clone": "0.1.16",
"csv2geojson": "3.6.1",
"d3": "3.4.11",
"d3-metatable": "0.3.0",
"detect-json-indent": "0.0.0",
"escape-html": "^1.0.1",
"filesaver.js": "0.1.0",
"geojson-extent": "^0.3.1",
"geojson-flatten": "~0.1.0",
"geojson-normalize": "0.0.0",
"geojson-random": "0.1.0",
"geojson2dsv": "0.0.0",
"geojsonhint": "0.3.4",
"gist-map-browser": "0.2.1",
"github-file-browser": "0.6.1",
"gtfs2geojson": "^1.0.0",
"jsonlint": "1.6.0",
"leaflet-draw": "0.2.3",
"leaflet-geodesy": "0.1.1",
"leaflet-hash": "0.2.1",
"mapbox.js": "2.2.2",
"marked": "0.3.2",
"osmtogeojson": "2.0.5",
"polytogeojson": "0.0.1",
"qs-hash": "0.0.0",
"shp-write": "0.2.3",
"smash": "0.0.11",
"store": "1.3.14",
"togeojson": "0.5.0",
"tokml": "0.3.0",
"topojson": "1.6.8",
"uglify-js": "2.4.1",
"wellknown": "0.3.1",
"xtend": "3.0.0"
},
"devDependencies": {
"brfs": "1.0.2",
"browserify": "4.1.11",
"eslint": "^1.10.3",
"tape": "~2.12.3"
},
"scripts": {
"start": "nodewebkit",
"test": "eslint src",
"test-browser": "browserify test/index.js | testling"
},
"repository": {
"type": "git",
"url": "git://github.com/mapbox/geojson.io.git"
},
"author": "MapBox",
"license": "BSD",
"bugs": {
"url": "https://github.com/mapbox/geojson.io/issues"
},
"window": {
"toolbar": false
}
}