This repository has been archived by the owner on Oct 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
74 lines (74 loc) · 2.39 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": "bard-hydropower",
"version": "0.3.0",
"description": "*under development*",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/civicmapper/bard-hydropower.git"
},
"author": "CivicMapper",
"license": "ISC",
"bugs": {
"url": "https://github.com/civicmapper/bard-hydropower/issues"
},
"homepage": "https://github.com/civicmapper/bard-hydropower#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babelify": "^7.3.0",
"browser-sync": "^2.23.5",
"browserify": "^15.2.0",
"envify": "^4.1.0",
"eslint": "^4.16.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "github:gulpjs/gulp#71c094a51c7972d26f557899ddecab0210ef3776",
"gulp-clean-css": "^3.9.2",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-load-plugins": "^1.5.0",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"vueify": "^9.4.1",
"watchify": "^3.9.0"
},
"dependencies": {
"@turf/combine": "^5.1.5",
"@turf/explode": "^5.1.5",
"@turf/flatten": "^5.1.5",
"@turf/helpers": "^6.1.3",
"@turf/length": "^5.1.5",
"@turf/line-chunk": "^5.1.5",
"@turf/meta": "^5.1.5",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"bootstrap-slider": "^9.8.1",
"bootstrap-toggle": "^2.2.2",
"chart.js": "^2.7.2",
"esri-leaflet": "^2.1.3",
"esri-leaflet-geocoder": "^2.2.9",
"esri-leaflet-gp": "^2.0.3",
"font-awesome": "^4.7.0",
"gulp-sass": "^4.0.1",
"jStat": "^1.7.1",
"jquery": "^3.0.0",
"leaflet": "^1.3.1",
"leaflet-basemaps": "^0.2.3",
"leaflet-draw": "^1.0.2",
"leaflet-omnivore": "^0.3.4",
"leaflet.markercluster": "^1.3.0",
"simplify-js": "^1.2.3",
"terraformer": "^1.0.8",
"terraformer-arcgis-parser": "^1.0.5"
}
}