forked from arbylee/Chicago-Crash-Browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "chicago-crash-browser",
"version": "1.0.0",
"description": "Tracks bike/ped crashes within the Chicago city limits.",
"main": "crashbrowser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevevance/Chicago-Crash-Browser.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevevance/Chicago-Crash-Browser/issues"
},
"homepage": "https://github.com/stevevance/Chicago-Crash-Browser#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"del": "^2.2.0",
"deprecated": "0.0.1",
"gulp": "^3.9.1",
"gulp-concat-css": "^2.2.0",
"gulp-connect": "^2.3.1",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.11",
"jquery": "^3.1.1",
"orchestrator": "^0.3.7",
"rsync-slim": "^1.1.0",
"vinyl-fs": "^2.4.2",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.10.1",
"webpack-stream": "^3.1.0"
},
"dependencies": {
"bootstrap": "^3.3.7",
"highcharts": "^5.0.6",
"jquery": "^3.1.1",
"jquery-ui": "^1.12.1",
"js-cookie": "^2.1.3",
"leaflet": "^1.0.2",
"leaflet-draw": "^0.4.9",
"leaflet-plugins": "^3.0.0",
"leaflet.locatecontrol": "^0.59.0",
"leaflet.markercluster": "^1.0.0",
"lodash": "^4.17.4",
"select2": "^4.0.1",
"urijs": "^1.18.4"
}
}