mirror of
https://github.com/wuchangming/spy-debugger.git
synced 2026-01-18 14:29:45 +00:00
39 lines
870 B
JSON
39 lines
870 B
JSON
{
|
|
"name": "spy-debugger",
|
|
"version": "1.0.1",
|
|
"description": "web page one-stop remote network debugger",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "DEBUG=spy-debugger node-debug index.js",
|
|
"build": "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"
|
|
],
|
|
"author": "wuchangming",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wuchangming/spy-debugger/issues"
|
|
},
|
|
"homepage": "https://github.com/wuchangming/spy-debugger#readme",
|
|
"dependencies": {
|
|
"commander": "^2.9.0",
|
|
"debug": "^2.2.0",
|
|
"ip": "^1.1.2",
|
|
"through2": "^2.0.1",
|
|
"weinre": "2.0.0-pre-I0Z7U9OV"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.6.5"
|
|
}
|
|
}
|