forked from iobroker-community-adapters/ioBroker.enigma2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.8 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
{
"name": "iobroker.enigma2",
"description": "enigma2 adapter für VU+;Dreambox;EDISON...",
"version": "1.3.3",
"author": {
"name": "Matten-Matten",
"email": "[email protected]"
},
"contributors": [
{}
],
"homepage": "https://github.com/Matten-Matten/ioBroker.enigma2",
"license": "MIT",
"keywords": [
"ioBroker",
"enigma2",
"home automation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Matten-Matten/ioBroker.enigma2.git"
},
"dependencies": {
"request": "^2.88.0",
"xml2js": "^0.4.19",
"ping": "^0.2.2"
},
"devDependencies": {
"@iobroker/testing": "^1.3.0",
"@types/chai": "^4.2.5",
"@types/chai-as-promised": "^7.1.2",
"@types/gulp": "^4.0.6",
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.6",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^7.5.1",
"@types/sinon-chai": "^3.2.3",
"axios": "^0.19.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.7.1",
"gulp": "^4.0.2",
"mocha": "^6.2.2",
"proxyquire": "^2.1.3",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0"
},
"bugs": {
"url": "https://github.com/Matten-Matten/ioBroker.enigma2/issues"
},
"scripts": {
"init": "node lib/scripts.js init",
"sort": "node lib/scripts.js sort",
"test": "node node_modules/mocha/bin/mocha --exit",
"list": "node lib/scripts.js list --file /var/www/download/list.html",
"repos": "node lib/build.js --stable /var/www/download/sources-dist.json --latest /var/www/download/sources-dist-latest.json --shields /var/www/download/img",
"nodates": "node lib/scripts.js nodates",
"addToLatest": "node lib/scripts.js addToLatest",
"addToStable": "node lib/scripts.js addToStable"
},
"main": "main.js",
"readmeFilename": "README.md"
}