forked from mariolukas/cncjs-pendant-numpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 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
{
"name": "cncjs-pendant-logilink-numpad",
"version": "0.1.0",
"description": "A simple logilink numpad pendant for cncjs.",
"main": "./index.js",
"engines": {
"node": ">=4"
},
"bin": {
"cncjs-pendant-boilerplate": "bin/cncjs-pendant-numpad"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nsfilho/cncjs-pendant-keyboard.git"
},
"keywords": [
"cncjs",
"pendant",
"keyboard"
],
"author": "Nelio Santos <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nsfilho/cncjs-pendant-keyboard/issues"
},
"homepage": "https://github.com/nsfilho/cncjs-pendant-keyboard#readme",
"dependencies": {
"commander": "^5.1.0-4",
"inquirer": "^3.0.1",
"jsonwebtoken": "7.4.3",
"lodash": "^4.17.20",
"serialport": "^9.0.3",
"socket.io-client": "^2.3.0",
"vorpal": "^1.12.0",
"node-hid" : "^2.1.1"
}
}