forked from ioBroker/ioBroker.cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "iobroker.cloud",
"version": "2.4.4",
"description": "This adapter allows to communicate different web applications with ioBroker.",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"homepage": "https://github.com/ioBroker/ioBroker.cloud",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ioBroker/ioBroker.cloud/blob/master/LICENSE"
}
],
"keywords": [
"ioBroker",
"cloud",
"web"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.cloud"
},
"dependencies": {
"socket.io": "^1.5.0",
"socket.io-client": "^1.5.0",
"cookie-parser": "^1.4.3",
"request": "^2.83.0"
},
"devDependencies": {
"@types/node": "^4.2.23",
"gulp": "^3.9.1",
"mocha": "^4.1.0",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.cloud/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"license": "MIT",
"readmeFilename": "README.md"
}