-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 780 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 780 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
{
"name": "busylight",
"version": "1.0.0-rc1",
"description": "node library for busylight",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"author": {
"name": "Rasmus Porsager",
"email": "rasmus@porsager.com",
"url": "https://github.com/porsager"
},
"engines": {
"node": ">=0.8.0"
},
"repository": "porsager/busylight",
"keywords": [
"lync",
"uc",
"kuando",
"hid"
],
"dependencies": {
"node-hid": "3.2.0",
"pwmcolorparser": "1.1.1"
},
"homepage": "http://github.com/porsager/busylight/",
"bugs": {
"url": "http://github.com/porsager/busylight/issues",
"email": "rasmus@porsager.com"
},
"scripts": {
"test": "echo 'disabled for now - no device to test with'"
},
"license": "MIT"
}