-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.71 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
66
67
68
69
70
71
72
73
{
"author": {
"name": "Lily Anne Hall",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/lilyannehall/granax/issues"
},
"dependencies": {
"7zip": "0.0.6",
"async": "^2.3.0",
"commander": "^2.11.0",
"merge": "^1.2.1",
"mkdirp": "^0.5.1",
"mv": "^2.1.1",
"ncp": "^2.0.0",
"progress": "^2.0.3",
"cheerio": "1.0.0-rc.2",
"follow-redirects": "^1.2.4",
"semver": "^5.4.1",
"rimraf": "^2.6.3"
},
"description": "embeddable tor for node.js",
"devDependencies": {
"chai": "^3.5.0",
"clean-jsdoc-theme": "^4.3.0",
"coveralls": "^3.0.2",
"eslint": "^5.15.1",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.3",
"mocha": "^5.2.0",
"proxyquire": "^1.7.11",
"sinon": "^2.1.0"
},
"engines": {
"node": ">=22"
},
"homepage": "https://gitlab.com/deadcanaries/granax#readme",
"keywords": [
"tor",
"onion",
"control",
"protocol",
"hidden",
"service",
"anonymous",
"dark",
"net",
"deep",
"web",
"stem"
],
"license": "AGPL-3.0",
"main": "index.js",
"name": "@tacticalchihuahua/granax",
"optionalDependencies": {
"7zip": "0.0.6",
"ncp": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tacticalchihuahua/granax.git"
},
"scripts": {
"coverage": "istanbul cover _mocha -- --recursive",
"linter": "eslint index.js lib test",
"postinstall": "node script/download-tbb.js",
"test": "npm run test-suite && npm run linter",
"test-suite": "mocha test/** --recursive",
"generate-docs": "mkdir -p ./docs && rm -r ./docs && jsdoc index.js lib -r -c .jsdoc.json --verbose -d ./docs"
},
"version": "3.3.2"
}