UNPKG

blockchain-auth

Version:
67 lines (66 loc) 1.42 kB
{ "name": "blockchain-auth", "version": "1.4.0", "description": "Blockchain ID Auth Library", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git+https://github.com/blockstack/blockchain-auth-js.git" }, "keywords": [ "blockchain", "id", "auth", "authentication", "bitcoin", "blockchain auth", "blockchain authentication", "blockchainid", "blockchain id", "bitcoin auth", "bitcoin authentication", "bitcoin login", "blockchain login", "authorization", "login", "signin", "sso", "crypto", "cryptography", "token" ], "author": { "name": "Halfmoon Labs, Inc.", "email": "hello@onename.com", "url": "https://onename.com" }, "license": "MIT", "bugs": { "url": "https://github.com/blockstack/blockchain-auth-js/issues" }, "homepage": "https://github.com/blockstack/blockchain-auth-js#readme", "dependencies": { "base64url": "^1.0.4", "ecdsa-sig-formatter": "^1.0.2", "elliptic": "^5.1.0", "elliptic-curve": "^0.1.0", "hasprop": "0.0.3", "jwt-js": "^0.4.2", "key-encoder": "^1.1.3", "keychain-manager": "^1.1.2", "node-uuid": "^1.4.3", "promise": "^7.0.4" }, "devDependencies": { "onename-api": "^1.0.1", "tape": "^4.2.0" }, "files": [ "lib/", "*.js", "README.md" ] }