bitauth/package.json

44 lines
989 B
JSON

{
"name": "bitauth",
"description": "Passwordless authentication using Bitcoin cryptography",
"author": {
"name": "BitPay",
"email": "dev@bitpay.com"
},
"repository": "https://github.com/bitpay/bitauth.git",
"contributors": [
{
"name": "Eric Martindale",
"email": "eric@ericmartindale.com"
},
{
"name": "Gordon Hall",
"email": "gordon@bitpay.com"
},
{
"name": "Patrick Nagurny",
"email": "patrick@bitpay.com"
}
],
"scripts": {
"make-dist": "sh scripts/make-dist.sh",
"test": "mocha test/* --reporter spec",
"postinstall": "npm run make-dist"
},
"main": "index.js",
"version": "0.3.0",
"dependencies": {
"bitcore": "bitpay/bitcore#v0.8",
"body-parser": "^1.2.0",
"express": "^4.3.1",
"request": "^2.36.0"
},
"devDependencies": {
"uglify-js": "~2.4.14",
"browserify": "~4.1.11",
"should": "~4.0.4",
"expect.js": "~0.3.1",
"mocha": "~1.20.1"
}
}