-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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-ps3",
"version": "1.0.9",
"description": "A cncjs pendant, using Playstation 3 Dualshock Controller / SIXAXIS Controller.",
"license": "MIT",
"main": "./index.js",
"engines": {
"node": ">=4"
},
"bin": {
"cncjs-pendant-ps3": "./bin/cncjs-pendant-ps3"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cncjs/cncjs-pendant-ps3.git"
},
"keywords": [
"cncjs",
"pendant",
"ps3"
],
"author": "Austin St. Aubin <[email protected]>",
"bugs": {
"url": "https://github.com/cncjs/cncjs-pendant-ps3/issues"
},
"homepage": "https://github.com/cncjs/cncjs-pendant-ps3#readme",
"dependencies": {
"commander": "^2.9.0",
"inquirer": "^3.0.1",
"jsonwebtoken": "^7.2.1",
"lodash.get": "^4.4.2",
"serialport": "^4.0.7",
"socket.io-client": "^1.7.2",
"vorpal": "^1.11.4",
"dualshock-controller": "^1.1.1",
"node-gyp": "^3.5.0",
"node-pre-gyp": "^0.6.33",
"node-hid": "^0.5.4 --driver=hidraw --build-from-source"
},
"devDependencies": {}
}