forked from noopkat/oled-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 773 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 773 Bytes
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
{
"name": "oled-js",
"version": "4.0.5",
"description": "johnny-five compatible lib for oled devices",
"main": "oled.js",
"devDependencies": {
"johnny-five": "*",
"oled-font-5x7": "~1.0.0",
"png-to-lcd": "~1.0.3",
"pngparse": "~2.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"
}