-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.06 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
69
70
71
72
73
74
75
76
77
78
{
"name": "moscow-rings",
"version": "1.0.7",
"description": "Distance visiualization based on Moscow historical transport reference rings",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/gulp",
"build": "./node_modules/.bin/gulp production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w8r/moscow-rings.git"
},
"keywords": [
"map",
"moscow",
"rings",
"distance",
"visiualization",
"calculator"
],
"author": "Alexander Milevski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/w8r/moscow-rings/issues"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"babel-runtime": "^5.8.25",
"babelify": "^10.0.0",
"chalk": "^1.1.1",
"gulp": "^4.0.2",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-serve": "^1.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"less": "^3.9.0",
"polygon": "^1.0.2",
"rollup": "^1.16.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.1.0",
"serve": "^11.0.2",
"uglify-js": "^2.4.24",
"utils-merge": "^1.0.0",
"vec2": "^1.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"@turf/centroid": "^6.0.2",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/inside": "^5.0.0",
"@turf/nearest-point-on-line": "^6.0.2",
"d3": "^3.5.6",
"d3-geo-azimuthal-equidistant": "0.0.0",
"d3-geo-projection": "^0.2.15",
"formatcoords": "^1.0.2",
"fuzzy": "^0.1.1",
"geojson-utils": "^1.1.0",
"jsts": "^0.16.0",
"leaflet": "^0.7.5",
"leaflet-geometryutil": "^0.4.0",
"leaflet-hash": "^0.2.1",
"leaflet-knn": "^0.1.0",
"nominatim-geocode": "^1.0.0",
"proj4js": "^10.0.0",
"qs": "^6.0.0",
"topcoat": "^0.7.5",
"topojson": "^1.6.19",
"xhr": "^2.1.0"
},
"homepage": "https://github.com/w8r/moscow-rings#readme"
}