{
  "name": "ebclient.js",
  "version": "0.1.14",
  "author": {
    "name": "Dusan Klinec",
    "email": "dusan@enigmabridge.com",
    "url": "https://enigmabridge.com/"
  },
  "description": "Client library for using EnigmaBridge crypto services",
  "keywords": [
    "encryption",
    "HSM",
    "middleware",
    "enigmabridge"
  ],
  "homepage": "https://github.com/EnigmaBridge/client.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:EnigmaBridge/client.js.git"
  },
  "contributors": [
    {
      "name": "Dusan Klinec",
      "email": "dusan@enigmabridge.com",
      "url": "https://enigmabridge.com/"
    },
    {
      "name": "Dan Cvrcek",
      "email": "dan@enigmabridge.com",
      "url": "https://enigmabridge.com/"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/EnigmaBridge/client.js/issues"
  },
  "main": "./lib/enigma.js",
  "bin": {
    "eb": "./bin/eb.js"
  },
  "dependencies": {
    "bluebird": "^3.4.6",
    "commander": "^2.9.0",
    "extend": "^3.0.0",
    "jsbn": "^0.1.0",
    "sjcl": "^1.0.3",
    "superagent": "^2.2.0",
    "url": "^0.11.0"
  },
  "devDependencies": {
    "browserify": "latest",
    "chai": "latest",
    "eslint": "^0.21.2",
    "google-closure-compiler": "^20160911.0.0",
    "grunt": "*",
    "grunt-browserify": "*",
    "grunt-contrib-uglify": "*",
    "grunt-contrib-watch": "*",
    "jshint": "latest",
    "minifyify": "latest",
    "mocha": "latest",
    "rimraf": "latest",
    "shelljs": "^0.7.4",
    "watch": "latest"
  },
  "scripts": {
    "clean": "rimraf dist/*",
    "prebuild": "npm run clean -s",
    "postbuild": "npm run test",
    "build": "build/build.js",
    "test": "./node_modules/mocha/bin/mocha",
    "lint": "./node_modules/eslint/bin/eslint.js lib test",
    "prepublish": "npm run build"
  },
  "_npmUser": {
    "name": "ph4r05",
    "email": "dusan.klinec@gmail.com"
  },
  "maintainers": [
    {
      "name": "ph4r05",
      "email": "ph4r05@gmail.com"
    }
  ]
}
