forked from ioBroker/ioBroker.simple-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 962 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 962 Bytes
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
{
"name": "iobroker.simple-api",
"version": "2.3.3",
"description": "RESTful interface for ioBroker.",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"contributors": [
{
"name": "Apollon77",
"email": "ingo@fischer-ka.de"
},
{
"name": "Marco.K",
"email": "marco@kaminski-net.de"
}
],
"homepage": "https://github.com/ioBroker/ioBroker.simple-api",
"keywords": [
"ioBroker",
"web"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.simple-api"
},
"dependencies": {
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"gulp": "^4.0.2",
"mocha": "^6.2.2",
"chai": "^4.2.0",
"request": "^2.88.0"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.simple-api/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"license": "MIT"
}