{
  "name": "ape-testing",
  "version": "4.0.2",
  "description": "ape framework module for tests.",
  "main": "lib",
  "scripts": {
    "test": "./ci/test.js"
  },
  "repository": "ape-repo/ape-testing",
  "keywords": [
    "ape",
    "testing"
  ],
  "author": {
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ape-repo/ape-testing/issues"
  },
  "homepage": "https://github.com/ape-repo/ape-testing#readme",
  "dependencies": {
    "aglob": "^1.0.1",
    "argx": "^2.0.2",
    "co": "^4.6.0",
    "execcli": "^4.0.6"
  },
  "devDependencies": {
    "ape-covering": "^3.0.3",
    "ape-doc": "^2.0.3",
    "ape-releasing": "^4.0.1",
    "ape-reporting": "^3.0.1",
    "ape-tasking": "^4.0.3",
    "ape-tmpl": "^5.0.11",
    "ape-updating": "^4.0.4",
    "coz": "^6.0.3"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=3"
  }
}