{
  "name": "apeman-app",
  "version": "7.0.8",
  "description": "HTTP server for apeman.",
  "main": "lib",
  "bin": {
    "apeman-app": "./bin/apeman-app"
  },
  "scripts": {
    "test": "./ci/test.js"
  },
  "repository": "apeman-cmd-labo/apeman-app",
  "keywords": [
    "apeman",
    "command",
    "app",
    "web"
  ],
  "author": {
    "email": "okunishitaka.com@gmail.com",
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apeman-cmd-labo/apeman-app/issues"
  },
  "homepage": "https://github.com/apeman-cmd-labo/apeman-app#readme",
  "dependencies": {
    "apemanfile": "^6.0.1",
    "apemanpromise": "^3.1.1",
    "argx": "^2.0.2",
    "arraysort": "^2.0.0",
    "co": "^4.6.0",
    "colorprint": "^4.0.0",
    "commander": "^2.9.0",
    "debug": "^2.2.0",
    "expandglob": "^3.0.2",
    "file-stream-rotator": "0.0.6",
    "koa": "^2.0.0",
    "koa-router": "^7.0.1",
    "mkdirp": "^0.5.1",
    "textconv": "^3.0.0"
  },
  "devDependencies": {
    "ape-covering": "^3.0.3",
    "ape-releasing": "^3.1.1",
    "ape-reporting": "^3.0.1",
    "ape-tasking": "^4.0.0",
    "ape-testing": "^4.0.0",
    "ape-tmpl": "^5.0.2",
    "ape-updating": "^3.0.2",
    "apeman-app-route": "^5.0.0",
    "apemanport": "^1.0.0",
    "apemanrequest": "^1.1.0",
    "apemansleep": "^1.0.1",
    "coz": "^6.0.2",
    "injectmock": "^2.0.0"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=3"
  }
}