-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 1.92 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
64
65
66
67
68
69
{
"name": "iobroker.life360",
"version": "0.2.22",
"description": "An ioBroker adapter for Life360.",
"author": {
"name": "migoller",
"email": "[email protected]"
},
"homepage": "https://github.com/MiGoller/ioBroker.life360",
"license": "MIT",
"keywords": [
"ioBroker",
"template",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/MiGoller/ioBroker.life360"
},
"dependencies": {
"@iobroker/adapter-core": "^2.5.1",
"bluebird": "^3.7.2",
"geolocation-utils": "^1.2.5",
"request": "^2.88.2",
"retry-request": "^4.2.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@alcalzone/release-script": "^3.6.0",
"@iobroker/testing": "^2.5.2",
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.4",
"@types/gulp": "^4.0.9",
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.52",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^9.0.8",
"@types/sinon-chai": "^3.2.5",
"axios": "^0.21.4",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^8.0.0",
"gulp": "^4.0.2",
"mocha": "^9.1.2",
"nodemon": "^2.0.13",
"proxyquire": "^2.1.3",
"sinon": "^9.2.1",
"sinon-chai": "^3.7.0"
},
"main": "main.js",
"scripts": {
"test:js": "mocha --opts test/mocha.custom.opts",
"test:package": "mocha test/package --exit",
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"lint": "eslint",
"debug": "nodemon --inspect-brk ./main.js --debug 0",
"dev-server": "dev-server",
"dev-server:watch": "dev-server watch default",
"dev-server:debug": "dev-server debug default",
"dev-server:upload": "dev-server upload default",
"release": "release-script"
},
"bugs": {
"url": "https://github.com/MiGoller/ioBroker.life360/issues"
},
"readmeFilename": "README.md"
}