-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.83 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
{
"name": "asw-workbench",
"version": "1.0.0",
"description": "Arctic Sensor Web Workbench Interface",
"main": "index.js",
"engines": {
"node": "12",
"npm": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/GeoSensorWebLab/asw-workbench"
},
"author": "James Badger <[email protected]>",
"license": "ISC",
"dependencies": {
"babel": "^6.1.18",
"backbone": "^1.2.1",
"backbone.marionette": "^2.4.4",
"bootstrap": "^3.3.6",
"broccoli": "^0.16.3",
"broccoli-babel-transpiler": "^5.5.0",
"broccoli-browserify": "^0.1.0",
"broccoli-cli": "^1.0.0",
"broccoli-funnel": "^0.2.3",
"broccoli-jade": "^1.0.1",
"broccoli-merge-trees": "^0.2.1",
"broccoli-mincer": "0.0.5",
"broccoli-sass-source-maps": "^4.0.0",
"broccoli-slow-trees": "^2.0.0",
"broccoli-template-builder": "git+https://github.com/GeoSensorWebLab/broccoli-template-builder.git",
"browserify": "^12.0.1",
"commander": "^2.8.1",
"connect-gzip-static": "^2.0.1",
"copy-dereference": "^1.0.0",
"csv-parse": "0.0.6",
"ejs": "^2.3.1",
"express": "^4.7.2",
"font-awesome": "^4.5.0",
"geocens_js_api": "canarie-sensor-rpi/geocens-js-api",
"highstock-release": "^2.1.9",
"jquery": "^2.1.4",
"jquery-deparam": "^0.4.2",
"jquery.transit": "^0.9.12",
"json2": "^0.4.0",
"leaflet.markercluster": "^0.4.0",
"moment": "^2.8.1",
"moment-timezone": "^0.2.1",
"polarmap": "^1.0.1",
"proj4": "^2.3.12",
"proj4leaflet": "github:kartena/Proj4Leaflet#4e445dd765d4e5cfcb156e423c6a0b7b65adf535",
"q": "^1.5.0",
"request": "^2.88.2",
"rimraf": "^2.4.4",
"sass": "^1.26.3",
"tiny-lr": "0.0.9",
"underscore": "^1.8.3",
"yargs": "^1.3.1"
}
}