forked from bbx10/node-opc-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 765 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
{
"name": "node-opc-server",
"version": "1.0.4",
"description": "Open Pixel Control parser",
"main": "opcparse.js",
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "bbx10node@gmail.com",
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/bbx10/node-opc-server.git"
},
"keywords": [
"open",
"pixel",
"control",
"nodejs",
"neopixel",
"ws2811",
"ws2812",
"ws281x",
"raspberry",
"pi",
"OPC",
"LED"
],
"bugs": {
"url": "https://github.com/bbx10/node-opc-server/issues"
},
"homepage": "https://github.com/bbx10/node-opc-server"
}