-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.05 KB
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
{
"name": "homecloud-controller",
"version": "1.0.12",
"description": "API for the controller communication with the cloud server using the homecloud protocol",
"main": "homecloud.js",
"scripts": {
"test": "mocha"
},
"contributors": [
{
"name": "Ricardo Boccoli Gallego",
"email": "ricardo.gallego93@gmail.com"
},
{
"name": "Henrique Rodrigues",
"email": "henriqrodrigues@gmail.com"
},
{
"name": "Fabio Tsuyoshi Muramatsu",
"email": "ftmtsuyoshi@gmail.com"
}
],
"repository": "https://github.com/HomeSkyLtd/homecloud-controller",
"keywords": [
"home",
"automation",
"controller",
"homesky",
"homecloud",
"API"
],
"license": "ISC",
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.3.0",
"express": "^4.14.0",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3"
},
"dependencies": {
"colors": "^1.1.2",
"enum": "^2.3.0",
"fs-extra": "^3.0.1",
"merge": "^1.2.0",
"request": "^2.74.0",
"websocket": "^1.0.23"
}
}