-
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.06 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.06 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": "rainfall-controller",
"version": "0.0.3",
"description": "Controller connects the leaves of the rainfall protocol, executes handshake and acts as gateway between network and cloud.",
"main": "controller.js",
"scripts": {
"test": "mocha rule"
},
"repository": {
"type": "git",
"url": "https://github.com/HomeSkyLtd/controller"
},
"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"
}
],
"keywords": [
"controller",
"homesky",
"automation",
"home"
],
"author": "HomeSkyLtd",
"license": "ISC",
"devDependencies": {
"mocha": "^2.4.5",
"should": "^8.3.0"
},
"dependencies": {
"colors": "^1.1.2",
"fs-extra": "^3.0.1",
"homecloud-controller": "*",
"mongodb": ">=2.1.18",
"rainfall": "*",
"rainfall-tcp": "*",
"rainfall-xbee-s1": "*"
}
}