spy-debugger/package.json
2016-03-16 13:27:40 +08:00

34 lines
811 B
JSON

{
"name": "spy-debugger",
"version": "0.0.1",
"description": "web page one-stop remote network debugger",
"main": "index.js",
"scripts": {
"test": "DEBUG=spy-debugger node-debug index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wuchangming/spy-debugger.git"
},
"keywords": [
"debugger"
],
"author": "wuchangming",
"license": "MIT",
"bugs": {
"url": "https://github.com/wuchangming/spy-debugger/issues"
},
"homepage": "https://github.com/wuchangming/spy-debugger#readme",
"dependencies": {
"debug": "^2.2.0",
"harmon": "^1.3.1",
"http-proxy": "^1.13.1",
"mitm": "^1.2.0",
"redbird": "^0.4.14",
"requires-port": "^1.0.0",
"through2": "^2.0.1",
"tunnel": "0.0.4",
"weinre": "2.0.0-pre-I0Z7U9OV"
}
}