{
  "name": "service-now-bearer",
  "version": "1.0.7",
  "description": "This is a node module that uses the servicenow api to get a bearer token to authorize client side requests.",
  "main": "index.js",
  "jest ": {
    "unmockedModulePathPatterns": [
      "<rootDir>/node_modules/nock"
    ]
  },
  "scripts": {
    "test": "jest --watchAll"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dashcraft/service-now-bearer.git"
  },
  "keywords": [
    "service-now",
    "oauth",
    "nodejs",
    "node",
    "javascript",
    "js"
  ],
  "author": "Daniel Ashcraft",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dashcraft/service-now-bearer/issues"
  },
  "homepage": "https://github.com/dashcraft/service-now-bearer#readme",
  "devDependencies": {
    "jest": "^21.2.1",
    "nock": "^9.1.3"
  }
}
