forked from UWNetworksLab/uProxy-p2p
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "uProxy",
"description": "Share your pathway to the Internet",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "https://github.com/uproxy/uproxy"
},
"bugs": {
"url": "http://github.com/uproxy/uproxy/issues",
"email": "[email protected]"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"devDependencies": {
"es6-promise": "^0.1.1",
"freedom-social-facebook": "~0.0.5",
"freedom-social-xmpp": "~0.2.1",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.6.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jasmine": "~0.6.1",
"grunt-contrib-symlink": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-yuidoc": "~0.4.0",
"grunt-shell": "~0.3.1",
"grunt-ts": "^1.11",
"typescript": "^1.1.0-1",
"grunt-verbosity": "^0.2.2",
"typescript": "^1.0.1",
"uproxy-churn": "^0.0.5",
"uproxy-lib": "^13.1.1",
"uproxy-networking": "^1.3.0"
},
"private": true,
"scripts": {
"test": "grunt test --verbose",
"prepublish": "grunt test"
}
}