-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 823 Bytes
/
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
{
"version": "0.0.0",
"description": "node.js programs in a programmable space",
"repository": "https://github.com/jhaip/programmable-space",
"author": "Jacob Haip",
"license": "MIT",
"engines": {
"node": ">=10.1.0"
},
"dependencies": {
"@abandonware/noble": "^1.9.2-5",
"@serialport/parser-readline": "^9.0.7",
"body-parser": "^1.18.3",
"canvas": "^2.7.0",
"cookie-parser": "1.3.2",
"cors": "^2.8.4",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"gamepad": "^1.6.0",
"multer": "^1.4.2",
"particle-api-js": "^7.4.0",
"perspective-transform": "^1.1.3",
"pkill": "2.0.0",
"querystring": "~0.2.0",
"request": "^2.88.0",
"serialport": "^9.0.7",
"udev": "^0.6.0",
"uuid": "^3.3.2",
"websocket": "^1.0.34",
"ws": "^7.4.6"
}
}