{
  "name": "eligible-node",
  "version": "1.2.9",
  "description": "Eligible Node.js bindings https://eligible.com",
  "keywords": [
    "eligible",
    "healthcare",
    "claims",
    "payment status",
    "insurance"
  ],
  "main": "./lib/eligible.js",
  "directories": {
    "test": "./test",
    "examples": "./examples",
    "lib": "./lib"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha",
    "lint": "gulp jshint && gulp jscs",
    "watch": "gulp watch"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "author": "engineering@eligible.com",
  "repository": {
    "type": "git",
    "url": "git@github.com:eligible/eligible-node.git"
  },
  "bugs": {
    "url": "https://github.com/eligible/eligible-node/issues"
  },
  "license": "MIT",
  "homepage": "https://eligible.com/",
  "devDependencies": {
    "chai": "^3.4.1",
    "fs-extra": "^0.26.3",
    "gulp": "^3.9.0",
    "gulp-jscs": "^3.0.2",
    "gulp-jshint": "^2.0.0",
    "istanbul": "^0.4.1",
    "jshint": "^2.8.0",
    "jshint-stylish": "^2.1.0",
    "mocha": "^2.3.4",
    "nock": "^3.6.0"
  },
  "dependencies": {
    "bluebird": "^3.1.1",
    "extend": "^3.0.0",
    "request": "^2.88.0"
  }
}
