{
  "name": "ore-fol-oauth",
  "version": "1.0.0",
  "description": "OAuth server for ore-fol",
  "main": "lib",
  "scripts": {
    "test": "node ./ci/test.js",
    "prepare": "node ./ci/build.js"
  },
  "repository": "braggarts-labo/ore-fol-oauth",
  "keywords": [
    "ore-fol"
  ],
  "author": {
    "name": "Taka Okunishi",
    "email": "okunishinishi@gmail.com",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/braggarts-labo/ore-fol-oauth/issues"
  },
  "homepage": "https://github.com/braggarts-labo/ore-fol-oauth#readme",
  "dependencies": {
    "aoauth": "^1.1.1",
    "apeman-middleware-session": "^1.0.3",
    "asobj": "^1.5.0",
    "co": "^4.6.0"
  },
  "devDependencies": {
    "amocha": "^1.0.16",
    "ape-formatting": "^1.0.2",
    "ape-releasing": "^4.0.4",
    "ape-reporting": "^3.0.2",
    "ape-tasking": "^4.0.9",
    "ape-tmpl": "^5.0.20",
    "ape-updating": "^4.0.5",
    "coz": "^6.0.20",
    "injectmock": "^2.0.0"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=4"
  }
}
