{
  "name": "jsinspector",
  "version": "2.0.4",
  "description": "JS Web Inspector",
  "main": "index.js",
  "scripts": {
    "test": "node test",
    "start": "node bin/jsinspector server"
  },
  "bin": {
    "insp": "./bin/jsinspector",
    "jsinspector": "./bin/jsinspector"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/switer/jsinspector.git"
  },
  "keywords": [
    "web",
    "remote",
    "inspector"
  ],
  "author": "switer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/switer/jsinspector/issues"
  },
  "homepage": "https://github.com/switer/jsinspector",
  "dependencies": {
    "body-parser": "^1.2.0",
    "commander": "^2.8.1",
    "compression": "^1.0.2",
    "cookie-parser": "^1.3.5",
    "ejs": "^1.0.0",
    "express": "^4.3.1",
    "jsondiffpatch": "^0.1.5",
    "logfmt": "^1.1.2",
    "node-uuid": "^1.4.3",
    "socket.io": "^1.3.5",
    "uglify-js": "^2.4.23"
  },
  "engines": {
    "node": "0.10.x"
  }
}
