-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
54 lines (54 loc) · 1.27 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
{
"name": "iobroker.sia",
"version": "1.0.4",
"description": "ioBroker SIA Server Adapter",
"author": {
"name": "Thorsten Stueben",
"email": "thorsten@stueben.de"
},
"contributors": [
{
"name": "Thorsten Stueben",
"email": "thorsten@stueben.de"
}
],
"homepage": "https://github.com/schmupu/ioBroker.sia",
"license": "MIT",
"keywords": [
"ioBroker",
"sia",
"Smart Home",
"burglar",
"alarm",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/schmupu/ioBroker.sia"
},
"dependencies": {
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"@iobroker/testing": "^1.2.0",
"axios": "^0.18.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-react": "^7.13.0",
"gulp": "^4.0.2",
"mocha": "^4.1.0"
},
"main": "sia.js",
"scripts": {
"test": "npm run test:package && npm run test:unit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit"
},
"bugs": {
"url": "https://github.com/schmupu/ioBroker.sia/issues"
},
"readmeFilename": "README.md"
}