-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 734 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 734 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
{
"name": "oled-text",
"version": "0.0.1",
"description": "Micro service to display text on an I2C oled screen connected to a raspberry-pi.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "micro"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kylir/oled-text.git"
},
"keywords": [
"oled",
"raspberry-pi"
],
"author": "Jason Forest",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kylir/oled-text/issues"
},
"homepage": "https://github.com/Kylir/oled-text#readme",
"dependencies": {
"micro": "^9.0.0",
"i2c-bus": "^1.2.2",
"oled-font-5x7": "^1.0.0",
"oled-i2c-bus": "^1.0.10"
}
}