-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
72 lines (72 loc) · 1.97 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
{
"name": "uproxy-lib",
"description": "Shared libraries for uProxy projects.",
"version": "38.1.0",
"repository": {
"type": "git",
"url": "https://github.com/uProxy/uproxy-lib"
},
"bugs": {
"url": "https://github.com/uProxy/uproxy/issues",
"email": "[email protected]"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"dependencies": {
"freedom-port-control": "^0.9.0"
},
"peerDependencies": {
"circular-json": "^0.3.0",
"freedom": "^0.6.25"
},
"devDependencies": {
"aes-js": "^0.2.1",
"arraybuffer-slice": "^0.1.2",
"babar": "^0.0.3",
"bower": "^1.4.1",
"browserify-istanbul": "^0.2.0",
"browserify-zlib": "^0.1.4",
"circular-json": "^0.3.0",
"es6-promise": "^3.0.2",
"forge-min": "^0.6.20",
"freedom": "^0.6.25",
"freedom-for-chrome": "^0.4.19",
"freedom-for-firefox": "^0.6.18",
"freedom-for-node": "^0.2.18",
"freedom-pgp-e2e": "^0.6.1",
"freedom-xhr": "0.0.5",
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jasmine": "^0.9.2",
"grunt-contrib-symlink": "^0.3.0",
"grunt-contrib-uglify": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jasmine-chromeapp": "git://github.com/uproxy/grunt-jasmine-chromeapp",
"grunt-jasmine-firefoxaddon": "^0.3.5",
"grunt-template-jasmine-istanbul": "^0.4.0",
"grunt-ts": "^5.3.2",
"grunt-tslint": "^3.0.1",
"grunt-vulcanize": "^0.6.0",
"ipaddr.js": "^1.0.4",
"jasmine-core": "^2.3.4",
"lodash": "^3.10.1",
"request": "^2.53.0",
"simple-rc4": "0.0.1-b",
"socks5-http-client": "^1.0.2",
"ssh2": "0.5.0",
"tslint": "^3.3.0",
"typescript": "~1.8.2",
"typings": "^0.7.12",
"yargs": "^3.0.4"
},
"scripts": {
"benchmark": "node bin/run-benchmark.js -n 1024 -v"
}
}