forked from hobbyquaker/artnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 923 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
{
"version": "1.1.0",
"name": "artnet",
"description": "Module to send commands to an Art-Net node",
"homepage": "http://github.com/hobbyquaker/artnet",
"author": "hobbyquaker <[email protected]> https://github.com/hobbyquaker",
"contributors": [
"sparks-alec https://github.com/sparks-alec",
"martinzuern https://github.com/martinzuern",
"solexious https://github.com/solexious"
],
"keywords": ["Art-Net", "artnet", "dmx", "DMX512", "stage lighting", "LED", "rgb"],
"repository": {
"type": "git",
"url": "git://github.com/hobbyquaker/artnet.git"
},
"main": "./lib/artnet.js",
"dependencies": {},
"bugs": {
"url": "https://github.com/hobbyquaker/artnet/issues"
},
"license": "MIT",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}