{
  "name": "apeman-dply",
  "version": "4.0.3",
  "description": "Deply manager for apeman",
  "main": "lib",
  "bin": {
    "apeman-dply": "./bin/apeman-dply"
  },
  "scripts": {
    "test": "./ci/test.js"
  },
  "repository": "apeman-cmd-labo/apeman-dply",
  "keywords": [
    "apeman",
    "command",
    "deploy"
  ],
  "author": {
    "email": "okunishitaka.com@gmail.com",
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apeman-cmd-labo/apeman-dply/issues"
  },
  "homepage": "https://github.com/apeman-cmd-labo/apeman-dply#readme",
  "dependencies": {
    "apemancwd": "^1.0.4",
    "apemandocker": "^3.0.0",
    "apemanfile": "^6.0.1",
    "apemanpromise": "^3.1.1",
    "argx": "^2.0.2",
    "arrayfilter": "^1.1.2",
    "arrayreduce": "^2.1.0",
    "co": "^4.6.0",
    "colorprint": "^4.0.0",
    "commander": "^2.9.0",
    "findout": "^2.0.0",
    "minimatch": "^3.0.0",
    "stringcase": "^2.0.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.1",
    "ape-updating": "^3.0.2",
    "apeman-infr": "^5.0.1",
    "coz": "^6.0.2",
    "injectmock": "^2.0.0"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=3"
  }
}