{
  "name": "js-cfclient",
  "version": "1.1.1",
  "description": "CF API client NPM",
  "main": "lib/cfclient.js",
  "scripts": {
    "test": "jest",
    "coverage": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ecs-jbariel/js-cfclient.git"
  },
  "bugs": {
    "url": "https://github.com/ecs-jbariel/js-cfclient/issues",
    "email": "jbariel@ecsteam.com"
  },
  "keywords": [
    "CF",
    "PCF",
    "API",
    "Pivotal",
    "Cloud Foundry"
  ],
  "author": "Jarrett Bariel <jbariel@ecsteam.com> (http://www.ecsteam.com)",
  "license": "Apache-2.0",
  "dependencies": {
    "client-oauth2": "^2.2.0",
    "promise": "^7.1.1",
    "output-manager": "^2.1.0"
  },
  "homepage": "https://github.com/ecs-jbariel/js-cfclient#readme",
  "devDependencies": {
    "jest": "^19.0.2"
  },
  "jest": {
    "verbose": true
  }
}