{
  "name": "apeman-demo-srvc",
  "version": "1.0.4",
  "description": "Demo of service project.",
  "main": "lib",
  "scripts": {
    "test": "./ci/test.js"
  },
  "repository": "apeman-demo-labo/apeman-demo-srvc",
  "keywords": [
    "apeman"
  ],
  "author": {
    "email": "okunishitaka.com@gmail.com",
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apeman-demo-labo/apeman-demo-srvc/issues"
  },
  "homepage": "https://github.com/apeman-demo-labo/apeman-demo-srvc#readme",
  "dependencies": {
    "argx": "^1.3.1",
    "async": "^1.5.0"
  },
  "devDependencies": {
    "ape-covering": "^2.0.2",
    "ape-releasing": "^2.0.0",
    "ape-reporting": "^2.0.3",
    "ape-tasking": "^2.0.1",
    "ape-testing": "^2.0.0",
    "ape-tmpl": "^2.0.5",
    "ape-updating": "^2.0.1",
    "coz": "^3.1.6",
    "injectmock": "^1.1.3"
  },
  "engines": {
    "node": ">=4.0.0"
  }
}