forked from uku/Unblock-Youku
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
start to remove sogou code from the entire project
- Loading branch information
Bo Zhu
committed
Jul 8, 2014
1 parent
585ed4c
commit 97e3321
Showing
21 changed files
with
90 additions
and
784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
web: node server/server.js --production | ||
web: node server/server.js --nolog --proxy=http://proxy.uku.im:8888 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,22 @@ | ||
{ | ||
"name": "ub.uku.js", | ||
"preferGlobal": "true", | ||
"version": "1.8.10", | ||
"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.13.x", | ||
"uglify-js": "2.4.x", | ||
"raven": "0.6.x", | ||
"newrelic": "1.6.x" | ||
"request": "2.37.x" | ||
}, | ||
"scripts": { | ||
"start": "node server/server.js", | ||
"test": "python test/run-all-tests.py" | ||
}, | ||
"engines": { | ||
"node": "0.10.x", | ||
"npm": "1.2.x" | ||
"npm": "1.4.x" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/zhuzhuor/Unblock-Youku/issues" | ||
}, | ||
"licenses": [{ | ||
"type": "AGPL v3", | ||
"url": "http://www.gnu.org/licenses/agpl-3.0.html" | ||
}] | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/zhuzhuor/Unblock-Youku.git" | ||
} | ||
} |
Oops, something went wrong.