-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 788 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 788 Bytes
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
{
"name": "kiln-monitor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@openfonts/open-sans_all": "^1.44.2",
"angular": "^1.6.10",
"body-parser": "^1.20.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.19.2",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"max6675-raspi": "github:schme16/Max6675-Raspberry-pi-nodejs",
"mongodb": "^6.5.0",
"multer": "^1.4.5-lts.1",
"node-pid-controller": "^1.0.1",
"normalize.css": "^8.0.1",
"onoff": "^6.0.3",
"pid-controller": "github:lkspencer/pid-controller",
"serialport": "^12.0.0",
"socket.io": "^4.7.5"
}
}