{
  "name": "~~~~package_name~~~~",
  "version": "1.0.0",
  "description": "~~~~package_description~~~~",
  "main": "lib",
  "scripts": {
    "test": "./ci/test.js"
  },
  "repository": "~~~~github_repository~~~~",
  "keywords": [
    "apeman",
    "bud"
  ],
  "author": {
    "email": "~~~~author_email~~~~",
    "name": "~~~~author_name~~~~",
    "url": "~~~~author_url~~~~"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/~~~~github_repository~~~~/issues"
  },
  "homepage": "https://github.com/~~~~github_repository~~~~#readme",
  "dependencies": {
    "argx": "^1.3.1",
    "async": "^1.4.2"
  },
  "devDependencies": {
    "ape-covering": "^1.0.8",
    "ape-releasing": "^1.0.16",
    "ape-reporting": "^1.0.9",
    "ape-tasking": "^1.0.8",
    "ape-testing": "^1.3.2",
    "ape-tmpl": "^1.3.13",
    "ape-updating": "^1.1.1",
    "coz": "^3.1.5",
    "coz-tmpl": "^1.1.0",
    "injectmock": "^1.1.3",
    "sharegit": "^1.0.0"
  }
}