|
1 | 1 | { |
2 | | - "name": "iobroker.cul", |
3 | | - "version": "1.2.2", |
4 | | - "description": "Javascript/Node.js based Busware CUL USB / culfw adapter", |
5 | | - "author": "hobbyquaker <hq@ccu.io>", |
6 | | - "contributors": [ |
7 | | - "hobbyquaker <hq@ccu.io>", |
8 | | - "bluefox <dogafox@gmail.com>" |
9 | | - ], |
10 | | - "homepage": "https://github.com/ioBroker/ioBroker.cul", |
11 | | - "license": "GPL-2.0-or-later", |
12 | | - "keywords": [ |
13 | | - "ioBroker", |
14 | | - "cul stick", |
15 | | - "home automation" |
16 | | - ], |
17 | | - "repository": { |
18 | | - "type": "git", |
19 | | - "url": "https://github.com/ioBroker/ioBroker.cul" |
20 | | - }, |
21 | | - "dependencies": { |
22 | | - "cul": "^0.14.0", |
23 | | - "serialport": "^9.0.0", |
24 | | - "@iobroker/adapter-core": "^2.4.0" |
25 | | - }, |
26 | | - "devDependencies": { |
27 | | - "@alcalzone/release-script": "^1.4.1", |
28 | | - "gulp": "^4.0.2", |
29 | | - "mocha": "^8.0.1", |
30 | | - "chai": "^4.2.0" |
31 | | - }, |
32 | | - "bugs": { |
33 | | - "url": "https://github.com/ioBroker/ioBroker.cul/issues" |
34 | | - }, |
35 | | - "main": "main.js", |
36 | | - "scripts": { |
37 | | - "test": "node node_modules/mocha/bin/mocha --exit", |
38 | | - "release": "release-script" |
39 | | - } |
| 2 | + "name": "iobroker.cul", |
| 3 | + "version": "1.3.0", |
| 4 | + "description": "Javascript/Node.js based Busware CUL USB / culfw adapter", |
| 5 | + "author": "hobbyquaker <hq@ccu.io>", |
| 6 | + "contributors": [ |
| 7 | + "hobbyquaker <hq@ccu.io>", |
| 8 | + "bluefox <dogafox@gmail.com>" |
| 9 | + ], |
| 10 | + "homepage": "https://github.com/ioBroker/ioBroker.cul", |
| 11 | + "license": "GPL-2.0-or-later", |
| 12 | + "keywords": [ |
| 13 | + "ioBroker", |
| 14 | + "cul stick", |
| 15 | + "home automation" |
| 16 | + ], |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "https://github.com/ioBroker/ioBroker.cul" |
| 20 | + }, |
| 21 | + "dependencies": { |
| 22 | + "cul": "^0.14.0", |
| 23 | + "serialport": "^9.0.0", |
| 24 | + "@iobroker/adapter-core": "^2.4.0" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "@alcalzone/release-script": "^1.4.1", |
| 28 | + "gulp": "^4.0.2", |
| 29 | + "mocha": "^8.0.1", |
| 30 | + "chai": "^4.2.0" |
| 31 | + }, |
| 32 | + "bugs": { |
| 33 | + "url": "https://github.com/ioBroker/ioBroker.cul/issues" |
| 34 | + }, |
| 35 | + "main": "main.js", |
| 36 | + "scripts": { |
| 37 | + "test": "node node_modules/mocha/bin/mocha --exit", |
| 38 | + "release": "release-script" |
| 39 | + } |
40 | 40 | } |
0 commit comments