forked from iobroker-community-adapters/ioBroker.places
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "iobroker.places",
"version": "1.1.2",
"description": "Places adapter for ioBroker",
"author": "BasGo <[email protected]>",
"contributors": [],
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.places",
"license": "MIT",
"keywords": [
"iobroker",
"geofence",
"egigeozone",
"geofency",
"locations",
"places",
"coordinates",
"gps"
],
"repository": {
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.places"
},
"dependencies": {
"request": "^2.88.2",
"url": "^0.11.1",
"@iobroker/adapter-core": "^2.6.8",
"geolib": "^3.3.4",
"@google/maps": "^1.1.3"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-iobroker": "^3.5.9",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"@iobroker/testing": "^4.1.0",
"gulp": "^4.0.2",
"mocha": "^10.2.0",
"chai": "^4.3.7",
"axios": "^0.27.2"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.places/issues"
},
"main": "main.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",
"release": "release-script"
},
"readmeFilename": "README.md"
}