mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-04-28 09:24:28 +08:00
36 lines
783 B
JSON
36 lines
783 B
JSON
{
|
|
"name": "idauth",
|
|
"version": "1.0.0",
|
|
"description": "Blockchain ID Auth Library",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/onenameio/blockchain-id-auth-js.git"
|
|
},
|
|
"keywords": [
|
|
"blockchain",
|
|
"id",
|
|
"auth",
|
|
"blockchainid"
|
|
],
|
|
"author": "Halfmoon Labs, Inc.",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/onenameio/blockchain-id-auth-js/issues"
|
|
},
|
|
"homepage": "https://github.com/onenameio/blockchain-id-auth-js#readme",
|
|
"dependencies": {
|
|
"bitcore": "^0.13.1",
|
|
"ecdsa-key-encoder": "^1.0.3",
|
|
"hasprop": "0.0.3",
|
|
"jsonwebtoken": "^5.0.5",
|
|
"jsrsasign": "^4.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "^4.2.0"
|
|
}
|
|
}
|