-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.39 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"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"
]
}