-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.93 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"_from": "rgb-led-matrix@^1.4.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-+Ry36LwnSv2aku1YKGLITEWFesc2YiTAWjg9i62l2lEsPzx7wehoRV4LklS+hcF4LLUTyMCLQZO2SOXp8jm4ng==",
"_location": "/rgb-led-matrix",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "rgb-led-matrix@^1.4.0",
"name": "rgb-led-matrix",
"escapedName": "rgb-led-matrix",
"rawSpec": "^1.4.0",
"saveSpec": null,
"fetchSpec": "^1.4.3"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/rgb-led-matrix/-/rgb-led-matrix-1.4.0.tgz",
"_shasum": "077586472a6ff5e860992141ec2b1e891ffb3c09",
"_spec": "rgb-led-matrix@^1.4.0",
"_where": "/home/dcerisano/node/node_modules",
"author": {
"name": "Dominico Cerisano",
"url": "http://twitter.com/dcerisano"
},
"bugs": {
"url": "https://github.com/dcerisano/rgb-led-matrix/issues"
},
"bundleDependencies": false,
"contributors": [],
"dependencies": {
"express": "4.16.2",
"http": "0.0.0",
"jimp": "0.2.28",
"node-hid": "0.7.2",
"pinkie-promise": "^2.0.1",
"temp": "^0.8.3",
"url": "0.11.0",
"ws": "4.0.0"
},
"deprecated": false,
"description": "Universal RGB Matrix controller for Node.js. Supports realtime frame streaming (eg. Ambilight). BlinkStick RGB LED controller given as example.",
"engines": {
"node": ">=0.8.x"
},
"homepage": "https://github.com/dcerisano/rgb-led-matrix#readme",
"keywords": [
"rgb",
"led",
"matrix",
"blinkstick",
"neopixel",
"firmata",
"i2c"
],
"licenses": [
{
"type": "UNLICENSED",
"url": "https://raw.githubusercontent.com/dcerisano/rgb-led-matrix/master/LICENSE"
}
],
"main": "./rgb-led-matrix",
"name": "rgb-led-matrix",
"repository": {
"type": "git",
"url": "git+https://github.com/dcerisano/rgb-led-matrix.git"
},
"version": "1.4.6"
}