-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.66 KB
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
{
"name": "weather-stations",
"version": "1.0.0",
"description": "Shows 6000+ weather stations from 1800s to 2009. Also has an admin panel for controlling latency experiments as well as a visualization of captured gaze data.",
"main": "index.js",
"scripts": {
"start": "node server.js",
"debug": "webpack-dev-server -d --progress",
"build": "webpack -p --progress",
"postinstall": "bash ./postinstall.sh && webpack -p --progress "
},
"author": "Allen Korenevsky",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/theplatapi/ClimateStationVisualizer.git"
},
"engines": {
"node": "5.10.1"
},
"dependencies": {
"basic-auth-connect": "1.0.0",
"body-parser": "1.15.0",
"bootstrap": "3.3.6",
"bootstrap-webpack": "0.0.5",
"cesium": "1.19.0",
"css-loader": "0.23.1",
"csv-parse": "1.0.2",
"d3": "3.5.12",
"d3-svg-legend": "1.8.0",
"exports-loader": "0.6.2",
"express": "4.13.4",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"html-webpack-plugin": "1.7.0",
"imports-loader": "0.6.5",
"jquery": "2.1.4",
"jquery-form": "3.50.0",
"less": "2.6.1",
"less-loader": "2.2.3",
"lodash": "4.2.0",
"loglevel": "1.4.0",
"moment": "2.11.2",
"multer": "1.1.0",
"path": "0.12.7",
"reconnectingwebsocket": "1.0.0",
"serve-index": "1.7.3",
"style-loader": "0.13.0",
"toastr": "2.1.2",
"url-loader": "0.5.7",
"webpack": "1.13.0",
"whatwg-fetch": "0.11.0",
"winston": "2.1.1",
"winston-papertrail": "1.0.2",
"ws": "1.0.1"
},
"devDependencies": {
"webpack-dev-server": "1.14.1"
}
}