-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.38 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
57
58
59
60
61
62
63
64
65
{
"name": "node-red-contrib-battle.net",
"version": "0.3.0",
"description": "Battle.net Parental Control nodes for Node-RED",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"node-red": {
"nodes": {
"BattleNet": "battle/BattleNet.js",
"BattleCheck": "battle/BattleCheck.js",
"BattleSet": "battle/BattleSet.js"
}
},
"repository": "github:Allow2/node-red-contrib-battle.net",
"author": {
"name": "Allow2CEO",
"email": "[email protected]",
"url": "https://www.allow2.com/"
},
"contributors": [
{
"name": "Allow2CEO",
"email": "[email protected]",
"url": "https://www.allow2.com/"
}
],
"license": "MIT",
"homepage": "https://flows.nodered.org/node/node-red-contrib-battle.net",
"bugs": "https://github.com/Anamico/node-red-contrib-battle.net/issues",
"dependencies": {
"async": "^2.6.1",
"cheerio": "^1.0.0-rc.3",
"request": "^2.88.0"
},
"keywords": [
"battle.net",
"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": "[email protected]"
}
]
}