forked from noopkat/oled-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 832 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
31
32
33
34
35
36
37
38
{
"name": "oled-js",
"version": "5.0.0",
"description": "johnny-five compatible lib for oled devices",
"main": "oled.js",
"files": [
"oled.js"
],
"devDependencies": {
"johnny-five": "*",
"oled-font-5x7": "~1.0.0",
"png-to-lcd": "~1.0.3",
"pngparse": "~2.0.1",
"standard": "^12.0.1",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"temporal": "^0.5.0",
"testdouble": "^3.1.0"
},
"scripts": {
"test": "node tests/unit/oledjs.spec.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git://github.com/noopkat/oled-js.git"
},
"keywords": [
"johnny-five",
"oled",
"firmata"
],
"author": "Suz Hinton",
"license": "MIT",
"bugs": {
"url": "https://github.com/noopkat/oled-js/issues"
},
"homepage": "https://github.com/noopkat/oled-js"
}