-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.02 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
53
54
55
56
{
"name": "allow2nodered",
"version": "0.9.1",
"description": "Allow2 nodes for Node-RED",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"Allow2Pairing": "Allow2/pairing.js",
"Allow2Check": "Allow2/check.js"
}
},
"author": "Allow2",
"contributors": [
{
"name": "Allow2CEO",
"email": "ceo@Allow2.com",
"url": "https://www.allow2.com/"
}
],
"license": "MIT",
"dependencies": {
"allow2": "^1.0.0",
"async": "^2.6.1"
},
"keywords": [
"allow2",
"node-red",
"control",
"children",
"freedom",
"control",
"quota",
"parental-control",
"parental",
"parent",
"family",
"social",
"social-network",
"gaming",
"time",
"limit",
"limits",
"time-limit",
"automation"
],
"maintainers": [
{
"name": "Allow2CEO",
"email": "ceo@Allow2.com"
}
],
"repository": "https://github.com/Allow2/Allow2NodeRED"
}