{
  "name": "oauth-rest-atlassian",
  "author": "John Barry",
  "description": "An OAuth wrapper to authenticate and use the Atlassian REST API. The initial authorisation dance is managed through a local web page.",
  "version": "0.4.25",
  "directories": {
    "lib": "lib",
    "bin": "bin",
    "doc": "doc",
    "tasks": "tasks",
    "templates": "templates",
    "test": "test",
    "reports": "Reports",
    "build": "Build"
  },
  "config": {
    "projectCode": "MDOAUTH",
    "build": "96",
    "buildTimestamp": "2017-01-02T13:55:38.949Z",
    "adminEmail": "admin@cellarise.com",
    "coverage": {
      "codeClimate": true,
      "watermarks": {
        "statements": [
          50,
          80,
          90
        ],
        "lines": [
          50,
          80,
          20
        ],
        "functions": [
          50,
          80,
          100
        ],
        "branches": [
          50,
          80,
          100
        ]
      },
      "stats": {
        "lines": {
          "pctSkipped": 0,
          "pct": 87,
          "colour": "green"
        },
        "branches": {
          "pctSkipped": 33,
          "pct": 74,
          "colour": "yellow"
        },
        "statements": {
          "pctSkipped": 36,
          "pct": 87,
          "colour": "green"
        },
        "functions": {
          "pctSkipped": 42,
          "pct": 89,
          "colour": "green"
        },
        "skipped": {
          "pct": 28
        },
        "overall": {
          "pct": 84,
          "colour": "green"
        }
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Cellarise/OAuth-REST-Atlassian.git"
  },
  "bin": {
    "oauth": "server.js"
  },
  "main": "lib",
  "scripts": {
    "test": "./node_modules/.bin/gulp"
  },
  "dependencies": {
    "express": "^4.14.0",
    "errorhandler": "^1.3.6",
    "morgan": "^1.2.3",
    "cookie-parser": "^1.3.5",
    "ramda": "^0.23.0",
    "express-session": "^1.7.6"
  },
  "devDependencies": {
    "bunyan": "^1.8.5",
    "bunyan-format": "^0.2.1",
    "glob": "^7.1.1",
    "gulp": "^3.9.1",
    "gulp-eslint": "^3.0.1",
    "gulp-istanbul": "^1.1.1",
    "gulp-json-editor": "^2.2.1",
    "gulp-load-params": "^0.1.10",
    "gulp-mocha": "^3.0.1",
    "gulp-util": "^3.0.8",
    "istanbul-reporter-clover-limits": "^0.1.14",
    "mkdirp": "^0.5.1",
    "mocha-bamboo-reporter-bgo": "^1.0.7",
    "ramda": "^0.23.0",
    "run-sequence": "^1.2.2",
    "yadda": "^0.22.1"
  },
  "license": "MIT License (MIT)",
  "optionalDependencies": {}
}