-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 loc) · 1012 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
33
34
35
36
37
38
39
40
{
"name": "cncjs-pendant-boilerplate",
"version": "0.1.0",
"description": "A bare minimum example to develop a cncjs pendant.",
"main": "./index.js",
"engines": {
"node": ">=4"
},
"bin": {
"cncjs-pendant-boilerplate": "./bin/cncjs-pendant-boilerplate"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cncjs/cncjs-pendant-boilerplate.git"
},
"keywords": [
"cncjs",
"pendant",
"boilerplate"
],
"author": "Cheton Wu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cncjs/cncjs-pendant-boilerplate/issues"
},
"homepage": "https://github.com/cncjs/cncjs-pendant-boilerplate#readme",
"dependencies": {
"commander": "^5.0.0-4",
"inquirer": "^7.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"serialport": "^8.0.7",
"socket.io-client": "^2.3.0",
"vorpal": "^1.12.0"
}
}