-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 914 Bytes
/
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
{
"name": "allow2",
"version": "1.2.0",
"description": "Free and Powerful Parental Freedom for your apps and devices",
"main": "index.js",
"keywords": [
"Parental Controls",
"parental",
"freedom",
"time",
"limit",
"limits",
"quotas",
"gaming"
],
"homepage": "https://github.com/Allow2/allow2node",
"scripts": {
"test": "./node_modules/jshint/bin/jshint index.js"
},
"maintainers": [
{
"name": "Andrew",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/Allow2/allow2node.git"
},
"author": "Allow2 Pty Ltd",
"license": "SEE LICENSE IN LICENSE FILE",
"dependencies": {
"async": "^2.6.0",
"co-prompt": "^1.0.0",
"commander": "^2.13.0",
"request": "^2.79.0"
},
"devDependencies": {
"jshint": "^2.9.5"
},
"runkitExampleFilename": "runkit-example.js"
}