-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 907 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 907 Bytes
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
{
"name": "node-js-proxy",
"description": "A multithreaded man-in-the-middle proxy to extract JavaScript from websites and modify it on the fly",
"version": "0.0.10",
"homepage": "https://github.com/Dexter-JS/JS-Proxy",
"repository": {
"type": "git",
"url": "https://github.com/Dexter-JS/JS-Proxy.git"
},
"main": "proxy.js",
"keywords": [
"man-in-the-middle",
"proxy",
"esprima"
],
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"cheerio": "*",
"falafel-turbo": "*",
"http-proxy": "0.10.4",
"iconv-lite": "^0.4.11"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"author": {
"name": "Inian Parameshwaran",
"email": "inian1234@gmail.com",
"url": "http://inian.co"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/Dexter-JS/JS-Proxy/issues"
}
}