forked from uku/Unblock-Youku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 887 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
{
"name": "ub.uku.js",
"preferGlobal": "true",
"version": "1.8.8",
"author": "zhuzhuor <[email protected]>",
"description": "A Backend Server for Unblock-Youku",
"keywords": ["Unblock Youku", "proxy", "server"],
"bin": {
"ub.uku.js": "server/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zhuzhuor/Unblock-Youku.git"
},
"dependencies": {
"colors": "*",
"optimist": "0.6.x",
"validator": "3.10.x",
"uglify-js": "2.4.x",
"raven": "0.6.x",
"newrelic": "1.5.x"
},
"scripts": {
"start": "node server/server.js",
"test": "python test/run-all-tests.py"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"bugs": {
"url": "https://github.com/zhuzhuor/Unblock-Youku/issues"
},
"licenses": [{
"type": "AGPL v3",
"url": "http://www.gnu.org/licenses/agpl-3.0.html"
}]
}