{
  "name": "apeman-task",
  "version": "7.0.6",
  "description": "Task runner for apeman.",
  "main": "lib",
  "bin": {
    "apeman-task": "./bin/apeman-task"
  },
  "scripts": {
    "test": "./ci/test.js"
  },
  "repository": "apeman-cmd-labo/apeman-task",
  "keywords": [
    "apeman",
    "command",
    "task",
    "automation"
  ],
  "author": {
    "name": "Taka Okunishi",
    "email": "okunishitaka.com@gmail.com",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apeman-cmd-labo/apeman-task/issues"
  },
  "homepage": "https://github.com/apeman-cmd-labo/apeman-task#readme",
  "dependencies": {
    "apemanfile": "^6.0.0",
    "apemanpromise": "^3.1.1",
    "argx": "^2.0.2",
    "arraysort": "^2.0.0",
    "co": "^4.6.0",
    "colorprint": "^3.0.3",
    "commander": "^2.9.0",
    "textconv": "^3.0.0"
  },
  "devDependencies": {
    "ape-covering": "^3.0.1",
    "ape-releasing": "^3.1.1",
    "ape-reporting": "^3.0.1",
    "ape-tasking": "^4.0.0",
    "ape-testing": "^4.0.0",
    "ape-tmpl": "^5.0.1",
    "ape-updating": "^3.0.2",
    "coz": "^6.0.2",
    "injectmock": "^2.0.0"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=3"
  }
}