{
  "name": "openldapjs",
  "version": "1.1.1",
  "description": "A ldap client nodejs",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/hufsm/openldapjs.git"
  },
  "dependencies": {
    "ajv": "5.3.0",
    "bluebird": "3.4.3",
    "ldif-hufsm": "0.7.0",
    "nan": "2.6.0",
    "node-pre-gyp": "0.6.39",
    "underscore": "1.8.3"
  },
  "bundledDependencies": [
    "node-pre-gyp"
  ],
  "binary": {
    "module_name": "openldapjs_binding",
    "module_path": "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/",
    "remote_path": "./{name}/v{version}",
    "package_name": "{node_abi}-{platform}-{arch}.tar.gz",
    "host": "https://hufsm-opensource.s3-eu-west-1.amazonaws.com"
  },
  "devDependencies": {
    "aws-sdk": "2.201.0",
    "eslint": "4.7.1",
    "eslint-config-airbnb": "15.1.0",
    "eslint-plugin-import": "2.7.0",
    "eslint-plugin-jsx-a11y": "5.1.1",
    "eslint-plugin-react": "7.3.0",
    "istanbul": "0.4.5",
    "mocha": "4.0.1",
    "should": "11.2.0"
  },
  "scripts": {
    "coverage": "node ./test/pre_post_script/pre_script.js & istanbul cover \"./node_modules/mocha/bin/_mocha\" ./test/*.js",
    "test": "istanbul test \"./node_modules/mocha/bin/_mocha\" ./test/*.js",
    "pretest": "node ./test/pre_post_script/pre_script.js",
    "addData": "node ./test/test_tool/populate.js",
    "install": "node-pre-gyp install --fallback-to-build",
    "build": "node-pre-gyp rebuild",
    "package": "node-pre-gyp package",
    "publish": "node-pre-gyp publish"
  },
  "author": {
    "name": "Huf Secure Mobile GmbH",
    "email": "info@hufsm.com",
    "url": "https://hufsm.com"
  },
  "maintainers": [
    "Radu Aribasoiu",
    "Cosmin Ghitea"
  ],
  "license": "MIT",
  "gypfile": true,
  "directories": {
    "test": "test"
  }
}
