-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1018 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1018 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "cncjs-pendant-keyboard",
"version": "0.1.0",
"description": "A simple keyboard pendant for cncjs.",
"main": "./index.js",
"engines": {
"node": ">=4"
},
"bin": {
"cncjs-pendant-boilerplate": "./bin/cncjs-pendant-keyboard"
},
"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 <nelio@e01aio.com.br>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nsfilho/cncjs-pendant-keyboard/issues"
},
"homepage": "https://github.com/nsfilho/cncjs-pendant-keyboard#readme",
"dependencies": {
"commander": "^2.9.0",
"inquirer": "^3.0.1",
"jsonwebtoken": "^7.2.1",
"lodash.get": "^4.4.2",
"serialport": "^7.0.0",
"socket.io-client": "^1.7.2",
"vorpal": "^1.11.4",
"node-hid": "^1.2.0"
}
}