-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "muon_detector_display",
"version": "1.0.0",
"description": "Web display for lecospa muon detector",
"main": "app.js",
"scripts": {
"start": "supervisor app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lecospaexp/muon_detector_display.git"
},
"keywords": [
"websocket",
"node",
"server"
],
"author": "CYK, YHW",
"license": "MIT",
"bugs": {
"url": "https://github.com/lecospaexp/muon_detector_display/issues"
},
"homepage": "https://github.com/lecospaexp/muon_detector_display",
"dependencies": {
"chart.js": "^2.7.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-socket.io-session": "^1.3.2",
"i18n": "^0.8.3",
"mongojs": "^2.4.1",
"mongoose": "^4.13.2",
"raspi-sensors": "^0.2.11",
"serialport": "2.0.6",
"socket.io": "^1.7.3",
"supervisor": "^0.12.0",
"time": "^0.12.0"
}
}