-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
74 lines (74 loc) · 1.94 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
{
"name": "dropchop",
"version": "0.3.0",
"description": "GIS in the browser.",
"homepage": "https://github.com/cugos/dropchop",
"bugs": "https://github.com/cugos/dropchop",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cugos/dropchop"
},
"main": "src/dropchop.js",
"scripts": {
"start": "gulp",
"build": "gulp build",
"test": "gulp test"
},
"dependencies": {
"browser-filesaver": "^1.1.0",
"esri2geo": "^0.1.3",
"font-awesome": "^4.4.0",
"geoglyphs": "0.0.10",
"jquery": "^3.0.0",
"js-polyfills": "^0.1.12",
"mousetrap": "^1.5.3",
"osmtogeojson": "^2.2.5",
"overpass-wizard": "0.0.4",
"shp-write": "^0.2.4",
"shpjs": "^3.2.1",
"tablesort": "^3.1.0",
"topojson": "^1.6.26",
"turf-along": "^3.0.12",
"turf-bezier": "^3.0.12",
"turf-buffer": "^3.0.12",
"turf-center": "^3.0.12",
"turf-centroid": "^3.0.12",
"turf-destination": "^3.0.12",
"turf-envelope": "^3.0.12",
"turf-explode": "^3.0.12",
"turf-midpoint": "^3.0.12",
"turf-sample": "^3.0.12",
"turf-simplify": "^3.0.12",
"turf-tin": "^3.0.12",
"turf-union": "^3.0.12",
"turf-within": "^3.0.12"
},
"devDependencies": {
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"chai": "^3.2.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-file": "^0.2.0",
"gulp-gh-pages": "^0.5.2",
"gulp-jshint": "^1.11.2",
"gulp-minify": "^3.1.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^3.0.2",
"karma": "^0.13.9",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sinon": "^1.0.4",
"mocha": "^2.3.0",
"phantomjs": "^1.9.18",
"sinon": "^1.16.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}