-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "cncjs-pendant-shuttle",
"version": "1.0.0",
"description": "A cncjs pendant for Grbl and ShuttleXpress",
"main": "./index.js",
"engines": {
"node": ">=4"
},
"bin": {
"cncjs-pendant-shuttle": "./bin/cncjs-pendant-shuttle"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bensuffolk/cncjs-pendant-shuttle.git"
},
"keywords": [
"cncjs",
"pendant",
"shuttle",
"xpress"
],
"author": {
"name": "Ben Suffolk",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/bensuffolk/cncjs-pendant-shuttle/issues"
},
"homepage": "https://github.com/bensuffolk/cncjs-pendant-shuttle#readme",
"dependencies": {
"commander": "^7.2.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"serialport": "^8.0.7",
"socket.io-client": "^2.3.0",
"shuttle-control-usb": "hopejr/ShuttleControlUSB.git#v1.0.4",
"raspberrypi-liquid-crystal": "^1.15.0",
"async-mutex": "^0.3.1",
"deep-equal": "^2.0.5",
"p-event": "^4.2.0"
}
}