-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 890 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 890 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": "ibus",
"version": "0.0.9",
"dependencies": {
"serialport": "*",
"log": "*",
"cli-color": "*",
"log-node": "*"
},
"description": "This is a JavaScript implementation of the single wire Ibus protocol found on many BMWs and some of Mini, Land Rover, MG cars. (intended for homebrew use with the RaspberryPi, PC, etc.)",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/osvathrobi/node-ibus.git"
},
"keywords": [
"bmw",
"ibus",
"protocol",
"serialport",
"e83",
"X3"
],
"author": "Osvath - Boros Robert <osvathrobi@yahoo.com> (http://www.osvathrobert.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/osvathrobi/node-ibus/issues"
},
"homepage": "https://github.com/osvathrobi/node-ibus"
}