{
  "name": "bitauth",
  "description": "Passwordless authentication using Bitcoin cryptography",
  "author": {
    "name": "Patrick Nagurny",
    "email": "patrick@bitpay.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bitpay/bitauth.git"
  },
  "contributors": [
    {
      "name": "Eric Martindale",
      "email": "eric@ericmartindale.com"
    },
    {
      "name": "Gordon Hall",
      "email": "gordon@bitpay.com"
    },
    {
      "name": "Braydon Fuller",
      "email": "braydon@bitpay.com"
    },
    {
      "name": "Rob Riddle",
      "email": "rob@bitpay.com"
    }
  ],
  "scripts": {
    "test": "mocha",
    "test-browser": "karma start karma.conf.js"
  },
  "main": "index.js",
  "version": "0.4.1",
  "dependencies": {
    "bs58": "^2.0.0",
    "secp256k1": "3.7.1"
  },
  "devDependencies": {
    "benchmark": "^2.1.4",
    "browserify": "^16.5.1",
    "chai": "^4.2.0",
    "karma": "^4.4.1",
    "karma-browserify": "^7.0.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^1.3.0",
    "mocha": "^6.2.2",
    "watchify": "^3.11.1"
  },
  "license": "MIT"
}
