{
  "name": "~~~~package_name~~~~",
  "version": "1.0.0",
  "description": "~~~~package_description~~~~",
  "scripts": {
    "prepublish": "./ci/build.js",
    "start": "./ci/watch.js & http-server public -o -d false -p 9999",
    "test": "./ci/test.js"
  },
  "repository": "~~~~github_repository~~~~",
  "keywords": [
    "apeman",
    "mock"
  ],
  "author": {
    "name": "~~~~author_name~~~~",
    "email": "~~~~author_email~~~~",
    "url": "~~~~author_url~~~~"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apeman-demo-labo/apeman-demo-dmeo/issues"
  },
  "homepage": "https://github.com/~~~~github_repository~~~~#readme",
  "dependencies": {
    "apeman-react-basic": "^9.0.8",
    "apeman-react-decorative": "^2.0.10",
    "apeman-react-handy": "^4.0.6",
    "apeman-react-style": "^4.1.3",
    "apeman-react-theme": "^6.0.3",
    "breact": "^1.0.6",
    "co": "^4.6.0",
    "execcli": "^4.0.8",
    "stringcase": "^3.0.0"
  },
  "devDependencies": {
    "ababel": "^1.0.25",
    "ababel-es2015": "^1.0.5",
    "ababel-react": "^1.0.5",
    "abrowserify": "^1.0.18",
    "aglob": "^1.0.1",
    "amocha": "^1.0.10",
    "ape-capturing": "^1.0.4",
    "ape-deploying": "^5.0.4",
    "ape-releasing": "^4.0.4",
    "ape-tasking": "^4.0.8",
    "ape-tmpl": "^5.0.15",
    "ape-updating": "^4.0.5",
    "ape-watching": "^2.1.2",
    "apeman-asset-templates": "^1.1.1",
    "apeman-react-icon": "^4.0.0",
    "arrayreduce": "^2.1.0",
    "ascss": "^1.0.1",
    "coz": "^6.0.16",
    "filelink": "^3.0.5",
    "http-server": "^0.9.0",
    "injectmock": "^2.0.0",
    "objnest": "^3.0.6",
    "react": "^15.3.0",
    "react-dom": "^15.3.0"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=3"
  }
}