-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 736 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 736 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": "ArduinoMid",
"description": "Vauxhall/Opel Astra G (Astra G & Frontera) MID display replacement with ArduinoMid. This project is rebuild of on-board computer base on original interface connection.",
"version": "1.6.1",
"homepage": "https://github.com/fire1/ArduinoMid",
"author": "Angel Zaprianov (fire1@abv.bg)",
"repository": "fire1/ArduinoMid",
"bugs": {
"url": "https://github.com/fire1/ArduinoMid/issues"
},
"license": "MIT",
"files": [
"LICENSE",
"README.md"
],
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"u8g2": "^2.23.*",
"OneWire": "^2.3.*",
"DallasTemperature": "^3.8.*"
},
"keywords": [
"ArduinoMid"
]
}