-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 891 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
{
"name": "@voice-engine/pixel-ring-apa102",
"version": "0.0.0",
"description": "Voice Engine JS library to control APA102 pixel rings",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/voice-engine-js/voice-engine-js-pixel-ring-apa102.git"
},
"keywords": [
"apa102",
"engine",
"pixel",
"ring",
"voice"
],
"author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/voice-engine-js/voice-engine-js-pixel-ring-apa102/issues"
},
"homepage": "https://github.com/voice-engine-js/voice-engine-js-pixel-ring-apa102",
"dependencies": {
"@voice-engine/core": "git://github.com/voice-engine-js/voice-engine-js-core.git#master",
"bluebird": "^3.5.1",
"lodash": "^4.17.10",
"spi-device": "^2.0.2"
}
}