{
  "name": "uiconsole",
  "version": "0.1.21",
  "description": "Web developer tools for testing, scripting and debugging on remote devices.",
  "author": "easy-ui <npm.uiconsole@gmail.com>",
  "homepage": "http://easy-ui.github.io/ui-console",
  "main": "./uiconsole.js",
  "keywords": [
        "web",
        "html5",
        "firebug",
        "weinre",
        "tap",
        "javascript",
        "webapp",
        "css",
        "remote",
        "mobile",
        "gremlins",
        "html2canvas",
        "easy",
        "ui"
  ],
  "dependencies": {
        "socket.io": "1.0.4",
        "log-color": "~1.0.0",
        "weinre": "~2.0.0-pre-HH0SN197",
        "browserify": "~3.44.2",
        "tape": "~2.12.3",
        "express": "~4.1.1",
        "ejs": "~1.0.0",
        "sqlite3": "~2.2.3",
        "cookie-parser": "~1.1.0",
        "express-session": "~1.2.0",
        "body-parser": "~1.2.0",
        "fs-extra": "^0.8.1"
    },
    "repository": {
        "type": "git",
        "url": "git@github.com:easy-ui/ui-console.git"
    },
    "bugs": {
        "url": "https://github.com/easy-ui/ui-console/issues"
    },
    "bin": {
        "uiconsole": "./bin/uiconsole.js"
    }
}
