-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
42 lines (42 loc) · 1.09 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
{
"version": "1.4.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",
"maxjoehnk https://github.com/maxjoehnk",
"hibas123 https://github.com/hibas123",
"margau https://github.com/margau",
"Justin J. Novack https://github.com/jnovack"
],
"keywords": [
"Art-Net",
"artnet",
"dmx",
"DMX512",
"stage lighting",
"LED",
"rgb"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hobbyquaker/artnet.git"
},
"main": "./lib/artnet.js",
"dependencies": {},
"bugs": {
"url": "https://github.com/hobbyquaker/artnet/issues"
},
"license": "MIT",
"devDependencies": {
"camo-purge": "latest",
"xo": "latest"
},
"scripts": {
"test": "camo-purge ; xo --space 4 --no-esnext --ignore test.js"
}
}