{
  "name": "~~~~package_name~~~~",
  "version": "1.0.0",
  "description": "~~~~package_description~~~~",
  "main": "lib",
  "scripts": {
    "test": "./ci/test.js"
  },
  "repository": "~~~~github_repository~~~~",
  "keywords": [
    "apeman"
  ],
  "author": {
    "email": "~~~~author_email~~~~",
    "name": "~~~~author_name~~~~",
    "url": "~~~~author_url~~~~"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apeman-demo-labo/apeman-demo-dmeo/issues"
  },
  "homepage": "https://github.com/apeman-demo-labo/apeman-demo-dmeo#readme",
  "dependencies": {
    "co": "^4.6.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",
    "coz": "^6.0.2",
    "injectmock": "^2.0.0"
  }
}