{
  "name": "@meteorjs/create-ecdh",
  "version": "4.0.5",
  "description": "createECDH but browserifiable",
  "main": "index.js",
  "browser": "browser.js",
  "scripts": {
    "test": "node test.js | tspec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/crypto-browserify/createECDH.git"
  },
  "keywords": [
    "diffie",
    "hellman",
    "diffiehellman",
    "ECDH"
  ],
  "author": "Calvin Metcalf",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/crypto-browserify/createECDH/issues"
  },
  "homepage": "https://github.com/crypto-browserify/createECDH",
  "dependencies": {
    "bn.js": "^4.11.9",
    "brorand": "^1.1.0",
    "hash.js": "^1.0.0",
    "hmac-drbg": "^1.0.1",
    "inherits": "^2.0.4",
    "minimalistic-assert": "^1.0.1",
    "minimalistic-crypto-utils": "^1.0.1"
  },
  "devDependencies": {
    "tap-spec": "^1.0.1",
    "tape": "^3.0.1",
    "standard": "^5.4.1",
    "brfs": "^2.0.2",
    "coveralls": "^3.1.0",
    "eslint": "^7.6.0",
    "grunt": "^1.2.1",
    "grunt-browserify": "^5.3.0",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-connect": "^3.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-uglify": "^5.0.0",
    "grunt-mocha-istanbul": "^5.0.2",
    "grunt-saucelabs": "^9.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^8.0.1"
  }
}
