bitauth/package.json

59 lines
1.3 KiB
JSON
Raw Normal View History

2014-05-27 09:04:57 -07:00
{
"name": "bitauth",
"description": "Passwordless authentication using Bitcoin cryptography",
"author": {
"name": "Patrick Nagurny",
"email": "patrick@bitpay.com"
},
2014-09-03 08:47:20 -07:00
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitauth.git"
},
2014-06-25 10:56:24 -07:00
"contributors": [
2014-06-29 15:01:41 -07:00
{
"name": "Eric Martindale",
"email": "eric@ericmartindale.com"
},
2014-06-25 10:56:24 -07:00
{
"name": "Gordon Hall",
"email": "gordon@bitpay.com"
2014-11-04 07:53:37 -08:00
},
{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
2014-06-25 10:56:24 -07:00
}
],
"scripts": {
"make-dist": "gulp browser",
"test": "gulp test"
2014-06-25 10:56:24 -07:00
},
"main": "index.js",
2015-11-10 12:29:00 -08:00
"version": "0.3.2",
2014-05-27 09:04:57 -07:00
"dependencies": {
"bs58": "^2.0.0",
"elliptic": "=1.0.0",
2015-11-09 15:51:02 -08:00
"secp256k1": "=1.1.5"
2014-06-25 10:56:24 -07:00
},
"devDependencies": {
"benchmark": "^1.0.0",
2015-11-10 11:59:07 -08:00
"body-parser": "^1.14.1",
2015-10-07 17:35:05 -07:00
"browserify": "~11.2.0",
2015-11-10 11:59:07 -08:00
"bundle-collapser": "^1.2.1",
2014-10-20 14:35:49 -07:00
"chai": "=1.9.1",
2015-11-10 11:59:07 -08:00
"express": "^4.13.3",
"gulp": "^3.8.10",
"gulp-bump": "^0.1.11",
"gulp-git": "^0.5.5",
2015-11-10 11:59:07 -08:00
"gulp-mocha": "^2.0.0",
"gulp-shell": "^0.2.10",
"karma": "^0.13.9",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.9",
2015-11-10 11:59:07 -08:00
"mocha": "~1.20.1",
"request": "^2.65.0",
"run-sequence": "^1.0.2",
2015-11-10 11:59:07 -08:00
"uglify-js": "~2.4.14"
},
"license": "MIT"
2014-05-27 09:04:57 -07:00
}