mirror of
https://github.com/wuchangming/spy-debugger.git
synced 2026-01-18 14:29:45 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "spy-debugger",
|
|
"version": "2.0.5",
|
|
"description": "web page one-stop remote network debugger",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "mocha -R landing test/index",
|
|
"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": {
|
|
"colors": "^1.1.2",
|
|
"commander": "^2.9.0",
|
|
"debug": "^2.2.0",
|
|
"ip": "^1.1.2",
|
|
"lodash": "^4.6.1",
|
|
"through2": "^2.0.1",
|
|
"weinre": "2.0.0-pre-I0Z7U9OV",
|
|
"node-mitmproxy": "2.0.7-alpha"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.6.5",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"mocha": "^2.4.5"
|
|
}
|
|
}
|