forked from kmalinich/node-bmw-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.55 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"author": "kdm <[email protected]>",
"bin": {
"bmwcd": "bin/bmwcd"
},
"bugs": {
"url": "https://github.com/kmalinich/node-bmw-client/issues"
},
"dependencies": {
"body-parser": "^1.19.0",
"callers-path": "^1.0.5",
"chump": "github:kmalinich/chump",
"defaults-deep": "^0.2.4",
"express": "^4.17.1",
"json-colorizer": "^2.2.2",
"json-socket": "^0.3.0",
"jsonfile": "^6.1.0",
"kodi-ws": "^2.4.3",
"moment": "^2.29.1",
"node-unit-conversion": "^0.1.1",
"object-path": "^0.11.8",
"pad": "^3.2.0",
"performance-now": "^2.1.0",
"socket.io": "^4.2.0",
"suncalc": "^1.8.0",
"trucolor": "^2.0.4"
},
"description": "NodeJS-powered BMW interface",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
},
"engines": {
"node": ">=14"
},
"homepage": "https://github.com/kmalinich/node-bmw-client#readme",
"keywords": [
"bmw",
"canbus",
"dcan",
"kcan",
"dbus",
"ibus",
"kbus"
],
"license": "MIT",
"main": "index.js",
"name": "node-bmw-client",
"optionalDependencies": {
"dbus-native": "^0.4.0",
"lm_sensors.js": "^0.5.1",
"node-cec": "github:kmalinich/node-cec",
"onoff": "^6.0.3",
"pi-temperature": "^2.1.0",
"rpi-hdmi": "github:kmalinich/rpi-hdmi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kmalinich/node-bmw-client.git"
},
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"preinstall": "/usr/bin/env bash ./bin/preinstall"
},
"type": "commonjs",
"version": "0.0.1"
}