{
  "name": "katon",
  "version": "0.10.7",
  "description": "Automatically starts your development servers so that you can be more productive. Servers are accessible on local .ka domains.",
  "keywords": [
    "node",
    "pow",
    "nodemon",
    "development",
    "dev",
    ".ka",
    "local",
    "automatic",
    "server",
    "start",
    "restart",
    "reload"
  ],
  "author": "Typicode <typicode@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/typicode/katon.git"
  },
  "bugs": {
    "url": "https://github.com/typicode/katon/issues"
  },
  "bin": "./bin/index.js",
  "preferGlobal": true,
  "os": [
    "darwin"
  ],
  "scripts": {
    "test": "mocha --reporter list test/cli/index test/daemon/index",
    "postinstall": "sh ./bin/install.sh",
    "uninstall": "sh ./bin/uninstall.sh"
  },
  "dependencies": {
    "chalk": "^0.5.0",
    "ejs": "^1.0.0",
    "got": "^0.3.0",
    "http-proxy": "^1.1.4",
    "is-root": "^0.1.0",
    "minimist": "^1.1.0",
    "mkdirp": "^0.5.0",
    "native-dns": "^0.7.0",
    "network-address": "^1.0.0",
    "opn": "^0.1.2",
    "respawn": "^0.4.2",
    "rimraf": "^2.2.8",
    "shell-quote": "^1.4.2",
    "shelljs": "^0.3.0",
    "tildify": "^0.2.0",
    "touch": "0.0.3",
    "update-notifier": "^0.2.0",
    "xtend": "^3.0.0"
  },
  "devDependencies": {
    "mocha": "^1.21.4",
    "request": "^2.45.0",
    "supertest": "^0.13.0",
    "ws": "^0.7.0"
  },
  "license": "MIT"
}
