Skip to content

Commit 401cde2

Browse files
committed
update package.json
1 parent 269380d commit 401cde2

File tree

1 file changed

+46
-44
lines changed

1 file changed

+46
-44
lines changed

package.json

+46-44
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,47 @@
11
{
2-
"name": "iobroker.harmony",
3-
"version": "1.2.1",
4-
"engines": {
5-
"node": ">=6.0.0"
6-
},
7-
"description": "Control your harmony activities from ioBroker.",
8-
"author": "Pmant <[email protected]>",
9-
"contributors": [],
10-
"homepage": "https://github.com/pmant/ioBroker.harmony",
11-
"license": "MIT",
12-
"keywords": [
13-
"ioBroker",
14-
"harmony",
15-
"hub",
16-
"logitech",
17-
"home automation"
18-
],
19-
"repository": {
20-
"type": "git",
21-
"url": "git+https://github.com/Pmant/ioBroker.harmony.git"
22-
},
23-
"dependencies": {
24-
"@harmonyhub/discover": "^1.0.5",
25-
"@iobroker/adapter-core": "^1.0.3",
26-
"harmonyhubws": "^1.0.5",
27-
"semaphore": "~1.0.3"
28-
},
29-
"devDependencies": {
30-
"gulp": "^4.0.0",
31-
"mocha": "^4.1.0",
32-
"chai": "^4.1.2",
33-
"eslint": "^5.9.0",
34-
"@iobroker/testing": "^1.0.4"
35-
},
36-
"bugs": {
37-
"url": "https://github.com/pmant/ioBroker.harmony/issues"
38-
},
39-
"main": "harmony.js",
40-
"scripts": {
41-
"test:unit": "node_modules/.bin/mocha test/unitAdapter --exit",
42-
"test:package": "node_modules/.bin/mocha test/packageFiles --exit",
43-
"test:integration": "node_modules/.bin/mocha test/integrationAdapter --exit"
44-
}
45-
}
2+
"name": "iobroker.harmony",
3+
"version": "1.2.1",
4+
"engines": {
5+
"node": ">=6.0.0"
6+
},
7+
"description": "Control your harmony activities from ioBroker.",
8+
"author": "Pmant <[email protected]>",
9+
"contributors": [],
10+
"homepage": "https://github.com/pmant/ioBroker.harmony",
11+
"license": "MIT",
12+
"keywords": [
13+
"ioBroker",
14+
"harmony",
15+
"hub",
16+
"logitech",
17+
"home automation"
18+
],
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/Pmant/ioBroker.harmony.git"
22+
},
23+
"dependencies": {
24+
"@harmonyhub/discover": "^1.0.5",
25+
"@iobroker/adapter-core": "^1.0.3",
26+
"harmonyhubws": "^1.0.5",
27+
"semaphore": "~1.0.3"
28+
},
29+
"devDependencies": {
30+
"gulp": "^4.0.0",
31+
"mocha": "^4.1.0",
32+
"chai": "^4.1.2",
33+
"eslint": "^5.9.0",
34+
"@iobroker/testing": "^1.0.4",
35+
"@iobroker/adapter-core": "^1.0.3"
36+
},
37+
"bugs": {
38+
"url": "https://github.com/pmant/ioBroker.harmony/issues"
39+
},
40+
"main": "harmony.js",
41+
"scripts": {
42+
"test:unit": "node_modules/.bin/mocha test/unitAdapter --exit",
43+
"test:package": "node_modules/.bin/mocha test/packageFiles --exit",
44+
"test:integration": "node_modules/.bin/mocha test/integrationAdapter --exit",
45+
"test": "node node_modules/mocha/bin/mocha --exit"
46+
}
47+
}

0 commit comments

Comments
 (0)