-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 788 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 788 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
{
"name": "blync-usb30",
"version": "1.0.1",
"description": "Blynclight module for Node.js using node-hid for BLYNCUSB30",
"main": "lib/blync-usb30.js",
"dependencies": {
"node-hid": "~0.5.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/julienstroheker/node-blync-USB30.git"
},
"keywords": [
"blync",
"blynclight",
"usb30",
"BLYNCUSB30",
"rgb",
"led",
"hid",
"usb"
],
"author": "Julien Stroheker <julienstroheker@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/julienstroheker/node-blync-USB30/issues"
},
"homepage": "https://github.com/julienstroheker/node-blync-USB30"
}