{
  "name": "waterlock-rhel-idm-auth",
  "version": "0.1.14",
  "description": "RedHat IDM LDAP authentication for waterlock",
  "main": "index.js",
  "scripts": {
    "test": "grunt travis"
  },
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/netaura/waterlock-rhel-idm-auth"
  },
  "keywords": [
    "waterlock",
    "ldap",
    "authentication",
    "sails"
  ],
  "devDependencies": {
    "coveralls": "*",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.11.2",
    "istanbul": "*",
    "jshint": "*",
    "jshint-stylish": "^2.0.1",
    "mocha": "*",
    "proxyquire": "*",
    "should": "*"
  },
  "dependencies": {
    "ldapauth-fork": "^2.2.19",
    "lodash": "~3.10.1",
    "moment": "^2.11.2",
    "requests": "^0.1.7",
    "rhel-idm": "^1.0.0"
  },
  "author": "Mike Wimpy <mike@netaura.com>",
  "contributors": [
    {
      "name": "Mike Wimpy",
      "email": "mike@netaura.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://bitbucket.org/netaura/waterlock-rhel-idm-auth/issues"
  },
  "homepage": "https://bitbucket.org/netaura/waterlock-rhel-idm-auth",
  "preferGlobal": false,
  "engines": {
    "node": ">=0.10"
  }
}
