{
  "name": "~~~~package_name~~~~",
  "version": "1.0.0",
  "description": "~~~~package_description~~~~",
  "main": "lib",
  "scripts": {
    "prepublish": "./ci/prepublish.js",
    "site:debug": "./ci/watch.js & npm start",
    "start": "http-server public -d false -p 3000",
    "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/~~~~github_repository~~~~/issues"
  },
  "homepage": "https://github.com/~~~~github_repository~~~~#readme",
  "dependencies": {
    "apeman-brws-react": "^2.0.1",
    "apeman-brws-request": "^2.0.0",
    "apeman-react-basic": "^6.2.2",
    "apeman-react-decorative": "^2.0.4",
    "apeman-react-handy": "^4.0.2",
    "apeman-react-style": "^4.0.0",
    "apeman-react-theme": "^4.2.1",
    "co": "^4.6.0",
    "execcli": "^4.0.5",
    "http-server": "^0.9.0",
    "stringcase": "^2.0.1"
  },
  "devDependencies": {
    "ape-compiling": "^4.1.2",
    "ape-covering": "^3.0.3",
    "ape-deploying": "^4.0.2",
    "ape-releasing": "^3.1.1",
    "ape-reporting": "^3.0.1",
    "ape-tasking": "^4.0.0",
    "ape-testing": "^4.0.0",
    "ape-tmpl": "^5.0.2",
    "ape-updating": "^3.0.2",
    "ape-watching": "^2.1.1",
    "apeman-bud-mock": "^3.0.0",
    "arrayreduce": "^2.1.0",
    "closurecompiler": "^1.5.3",
    "coz": "^6.0.2",
    "injectmock": "^2.0.0",
    "react": "^15.1.0",
    "react-dom": "^15.1.0"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=3"
  }
}