-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "cncjs-pendant-raspi-gpio",
"version": "0.1.5",
"description": "Simple Raspberry Pi GPIO Pendant control for CNCjs.",
"main": "./index.js",
"engines": {
"node": ">=4"
},
"bin": {
"cncjs-pendant-raspi-gpio": "./bin/cncjs-pendant-raspi-gpio"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cncjs/cncjs-pendant-raspi-gpio.git"
},
"keywords": [
"cncjs",
"pendant",
"raspberry",
"pi",
"pinout"
],
"author": "Austin St. Aubin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cncjs/cncjs-pendant-raspi-gpio/issues"
},
"homepage": "https://github.com/cncjs/cncjs-pendant-raspi-gpio#readme",
"dependencies": {
"commander": "^2.9.0",
"inquirer": "^3.0.1",
"jsonwebtoken": "^7.2.1",
"lodash.get": "^4.4.2",
"serialport": "~6.1.1",
"socket.io-client": "^1.7.2",
"vorpal": "^1.11.4",
"sleep": "^5.1.1",
"performance-now": "^2.1.0",
"onoff": "^1.1.7"
}
}