-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
58 lines (58 loc) · 1.31 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
{
"name": "iobroker.maxcul",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"description": "Javascript/Node.js based Busware CUL USB / culfw adapter",
"version": "1.3.1",
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.maxcul/issues"
},
"contributors": [
{
"name": "bluefox",
"email": "[email protected]"
}
],
"dependencies": {
"moment": "^2.27.0",
"bluebird": "^3.7.2",
"serialport": "^9.0.0",
"bitset": "^5.1.1",
"binary-parser": "^1.6.2",
"sprintf-js": "^1.1.2",
"@iobroker/adapter-core": "^2.3.1"
},
"devDependencies": {
"@alcalzone/release-script": "^1.4.1",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"mocha": "^8.0.1"
},
"directories": {},
"homepage": "https://github.com/ioBroker/ioBroker.maxcul",
"keywords": [
"ioBroker",
"cul stick",
"home automation"
],
"license": "GPL-2.0-only",
"main": "main.js",
"maintainers": [
{
"name": "bluefox",
"email": "[email protected]"
}
],
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/ioBroker/ioBroker.maxcul.git"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script"
}
}