forked from uku/Unblock-Youku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 803 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
{
"name": "ub.uku.js",
"preferGlobal": "true",
"version": "1.1.3",
"author": "zhuzhuor <[email protected]>",
"description": "A Backend Server for Unblock-Youku",
"keywords": [
"Unblock Youku",
"proxy",
"server"
],
"bin": {
"ub.uku.js": "./server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zhuzhuor/Unblock-Youku.git"
},
"dependencies": {},
"scripts": {
"test": "python test/run-all-tests.py"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"bugs": {
"web" : "https://github.com/zhuzhuor/Unblock-Youku/issues"
},
"licenses": [{
"type" : "AGPL v3",
"url" : "http://www.gnu.org/licenses/agpl-3.0.html"
}]
}