{
  "name": "the-controller-role",
  "version": "1.0.3",
  "description": "Role controller for the-server",
  "main": "lib",
  "browser": "shim",
  "scripts": {
    "build": "the-script-build",
    "doc": "the-script-jsdoc",
    "prepare": "the-script-build && the-script-jsdoc",
    "release": "the-script-release -y",
    "share": "the-script-share",
    "test": "mocha",
    "update": "the-script-update",
    "watch": "the-script-build -w"
  },
  "repository": "the-labo/the-controller-role",
  "keywords": [
    "the"
  ],
  "author": {
    "name": "Taka Okunishi",
    "email": "okunishinishi@gmail.com",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/the-labo/the-controller-role/issues"
  },
  "homepage": "https://github.com/the-labo/the-controller-role#readme",
  "dependencies": {
    "the-controller-base": "^2.0.2",
    "the-error": "^1.1.1"
  },
  "devDependencies": {
    "mocha": "^3.3.0",
    "react": "^15.5.4",
    "react-dom": "^15.5.4",
    "the-client": "^1.0.0",
    "the-controller-sign": "^1.1.3",
    "the-db": "^3.0.1",
    "the-resource-user": "^2.0.2",
    "the-script-build": "^1.3.4",
    "the-script-jsdoc": "^1.0.3",
    "the-script-release": "^1.0.6",
    "the-script-share": "^1.0.5",
    "the-script-update": "^1.0.0",
    "the-server": "^2.0.14",
    "the-templates": "^1.0.10"
  },
  "peerDependencies": {
    "the-controller-sign": ">=1"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=4"
  }
}
