{ "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" } ], "scripts": { "make-dist": "sh scripts/make-dist.sh", "test": "gulp test" }, "main": "index.js", "version": "0.2.1", "dependencies": { "bs58": "^2.0.0", "elliptic": "=1.0.0", "secp256k1": "=1.1.3" }, "devDependencies": { "benchmark": "^1.0.0", "browserify": "=6.1.0", "chai": "=1.9.1", "gulp": "^3.8.10", "gulp-bump": "^0.1.11", "gulp-mocha": "^2.0.0", "gulp-git": "^0.5.5", "gulp-shell": "^0.2.10", "karma": "^0.13.9", "karma-firefox-launcher": "^0.1.4", "karma-mocha": "^0.1.9", "run-sequence": "^1.0.2", "uglify-js": "~2.4.14", "mocha": "~1.20.1" }, "license": "MIT" }