forked from MagnusNordin/ht16k33-sevensegment-display
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 796 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
{
"name": "ht16k33-fourteensegment-display",
"version": "0.1.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/markubiak/ht16k33-fourteensegment-display.git"
},
"dependencies": {
"i2c": "^0.2.1",
"underscore": "^1.8.3"
},
"description": "Driver for the HT16K33 backpack and 14-segement display",
"bugs": {
"url": "https://github.com/markubiak/ht16k33-fourteensegment-display/issues"
},
"homepage": "https://github.com/markubiak/ht16k33-fourteensegment-display",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hk16k33",
"display",
"adafruit",
"fourteen-segment",
"led-backpack"
],
"author": "Mark Kubiak <[email protected]>"
}