{ "name": "spy-debugger", "version": "3.5.1", "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", "postinstall": "node lib/scripts/postinstall.js" }, "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": "3.10.3", "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", "iconv-lite": "^0.4.13", "ip": "^1.1.2", "jschardet": "^1.4.1", "lodash": "^4.6.1", "node-mitmproxy": "3.1.0", "through2": "^2.0.1", "express": "2.5.x", "nopt": "3.0.x", "underscore": "1.7.x" }, "devDependencies": { "babel-cli": "^6.6.5", "babel-preset-es2015": "^6.6.0", "mocha": "^2.4.5" }, "files": [ "lib", "template", "buildin_modules" ], "engines": { "node": ">= 4" } }