-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.08 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.08 KB
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
{
"name": "WeedProxite",
"version": "0.1.9",
"description": "Run Mirror Proxy Site Like Weed!",
"main": "index",
"preferGlobal":true,
"bin": {
"proxite": "bin/proxite.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Behemouth/WeedProxite.git"
},
"keywords": [
"proxy",
"mirror",
"WeedProxite"
],
"dependencies": {
"md5":"~2.0.0",
"cookies":"~0.5.1",
"node-static":"~0.7.6",
"ejs":"~2.3.1",
"debug":"~2.2.0",
"content-type":"~1.0.1",
"finalhandler":"~0.3.4",
"body-parser":"~1.12.2",
"iconv-lite":"~0.4.8",
"coffee-script":"=1.9.3",
"uglifyjs":"=2.4.10",
"light-require-compile":"git+https://github.com/Behemouth/light-require-compile.git",
"commander":"~2.7.1",
"watch":"~0.16.0"
},
"devDependencies": {
"should":"~6.0.3",
"rmdir":"~1.1.0",
"mocha":"~2.2.5",
"supertest":"~1.0.1",
"tap": "~0.4.0"
},
"author": {
"name": "Behemouth"
},
"scripts": {
"postinstall":"node ./bin/postinstall.js",
"test": "tap test/*.js"
},
"license": "MIT"
}