forked from wuchangming/spy-debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.41 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "spy-debugger",
"version": "3.8.5",
"description": "web page one-stop remote network debugger",
"main": "lib/index.js",
"scripts": {
"test": "mocha -R landing test/index --exit",
"build": "babel -w src -d lib",
"dev": "node-debug dev/testSpyProxy.js",
"prepublish": "babel src -d lib"
},
"bin": {
"spy-debugger": "lib/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wuchangming/spy-debugger.git"
},
"keywords": [
"spy",
"debugger",
"weinre",
"https"
],
"author": "wuchangming",
"license": "MIT",
"bugs": {
"url": "https://github.com/wuchangming/spy-debugger/issues"
},
"homepage": "https://github.com/wuchangming/spy-debugger#readme",
"dependencies": {
"anyproxy": "4.1.0",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-polyfill": "^6.13.0",
"charset": "^1.0.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"debug": "^2.2.0",
"express": "^3.21.2",
"iconv-lite": "^0.4.13",
"ip": "^1.1.2",
"jschardet": "^1.4.1",
"lodash": "^4.17.14",
"node-mitmproxy": "3.1.1",
"nopt": "3.0.x",
"through2": "^2.0.5",
"underscore": "1.7.x"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"mocha": "^6.1.4"
},
"files": [
"lib",
"template",
"buildin_modules"
],
"engines": {
"node": ">= 6"
}
}