This repository has been archived by the owner on May 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.56 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
{
"name": "geojson.io",
"version": "0.0.4",
"description": "create and edit maps, on the internet",
"main": "index.html",
"dependencies": {
"bowser": "^1.8.1",
"clone": "^2.1.1",
"csv2geojson": "^5.0.2",
"d3": "^4.12.0",
"d3-metatable": "^1.0.0",
"detect-json-indent": "0.0.1",
"express": "^4.16.2",
"filesaver.js": "^0.2.0",
"geojson-extent": "^0.3.2",
"geojson-random": "^0.4.0",
"geojson2dsv": "^0.1.0",
"geojsonhint": "^2.0.0",
"gist-map-browser": "^0.2.1",
"github-file-browser": "^0.6.1",
"jquery": "^3.2.1",
"jsonlint": "^1.6.2",
"leaflet-draw": "^0.4.13",
"leaflet-geodesy": "^0.2.1",
"leaflet-hash": "0.2.1",
"osmtogeojson": "^3.0.0-beta.2",
"polytogeojson": "0.0.1",
"qs-hash": "0.0.0",
"shp-write": "^0.3.2",
"smash": "0.0.15",
"store": "^2.0.12",
"togeojson": "^0.16.0",
"tokml": "^0.4.0",
"topojson": "^3.0.2",
"turf-intersect": "^3.0.12",
"turf-merge": "^1.0.2",
"turf-union": "^3.0.12",
"uglify-js": "^3.2.0",
"xtend": "^4.0.1"
},
"devDependencies": {
"browserify": "14.5.0",
"brfs": "1.4.3",
"tape": "~4.8.0",
"jshint": "2.9.5"
},
"scripts": {
"start": "nodewebkit",
"test": "jshint 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
}
}