bitauth/package.json

48 lines
1.0 KiB
JSON

{
"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",
"postinstall": "npm run make-dist",
"test": "mocha test/*.js --reporter spec"
},
"main": "index.js",
"version": "0.2.1",
"dependencies": {
"elliptic": "=1.0.0",
"hash.js": "^0.3.2",
"bs58": "^2.0.0",
"request": "^2.36.0",
"express": "^4.3.1",
"body-parser": "^1.2.0"
},
"devDependencies": {
"uglify-js": "~2.4.14",
"browserify": "=6.1.0",
"chai": "=1.9.1",
"mocha": "~1.20.1"
}
}