{
  "name": "apeman-ui",
  "version": "3.0.9",
  "description": "UI server for apeman",
  "main": "lib",
  "bin": {
    "apeman-ui": "./bin/apeman-ui"
  },
  "scripts": {
    "prepublish": "./ci/build.js",
    "test": "./ci/test.js"
  },
  "repository": "apeman-cmd-labo/apeman-ui",
  "keywords": [
    "apeman",
    "command"
  ],
  "author": {
    "name": "Taka Okunishi",
    "email": "okunishitaka.com@gmail.com",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apeman-cmd-labo/apeman-ui/issues"
  },
  "homepage": "https://github.com/apeman-cmd-labo/apeman-ui#readme",
  "dependencies": {
    "apeman-middleware-proxy": "^1.0.2",
    "apeman-middleware-sse": "^1.2.1",
    "apemanfile": "^8.0.0",
    "aslogger": "^1.0.2",
    "co": "^4.6.0",
    "commander": "^2.9.0",
    "rview": "^1.2.1",
    "stringcase": "^3.0.1"
  },
  "devDependencies": {
    "amocha": "^1.0.16",
    "ape-releasing": "^4.0.4",
    "ape-reporting": "^3.0.2",
    "ape-tasking": "^4.0.8",
    "ape-tmpl": "^5.0.15",
    "ape-updating": "^4.0.5",
    "aport": "^1.0.0",
    "arequest": "^2.0.7",
    "asleep": "^1.0.3",
    "coz": "^6.0.17",
    "eventsource": "^0.2.1",
    "injectmock": "^2.0.0"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=3"
  }
}
