{
  "name": "uaa-client",
  "version": "0.1.1",
  "description": "REST support for UAA in cloud foundry using javascript.",
  "author": "Richard Dost <dost@ge.com>",
  "license": "Apache-2.0",
  "main": "UaaClient.js",
  "scripts": {
    "lint": "eslint ./*.js ./**/*.js",
    "lint:fix": "eslint --fix ./*.js ./**/*.js",
    "test": "echo '\n--- integration tests ---\n'; ./node_modules/.bin/mocha --timeout 50000 ./integration-tests/**/*-tests.js"
  },
  "homepage": "https://github.com/richdost/uaa-client",
  "repository": {
    "type": "git",
    "url": "https://github.com/richdost/uaa-client"
  },
  "engines": {
    "node": ">=7.7.3",
    "npm": ">=4.1.2"
  },
  "dependencies": {
    "request": "*"
  },
  "devDependencies": {
    "eslint": "^2.11.1",
    "minimist": "^1.2.0",
    "mocha": "*"
  },
  "keywords": [
    "cloud foundry",
    "cloudfoundry",
    "cloud-foundry",
    "pivotal",
    "pivotalcf",
    "cf",
    "cf client",
    "paas",
    "GE",
    "General Electric",
    "Predix",
    "cloud",
    "api",
    "REST",
    "js",
    "javascript",
    "UAA",
    "push",
    "app"
  ]
}
