-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.22 KB
/
package.json
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
{
"name": "passport-dapp-web3",
"version": "1.0.4",
"description": "Web3 authentication strategy for your dapp :tm: using Passport.",
"keywords": [
"passport",
"web3",
"dapp",
"crypto",
"cryptocurrency",
"metamask",
"auth",
"authentication",
"sso"
],
"author": {
"name": "psychobunny",
"email": "andrew@nodebb.org",
"url": "https://github.com/psychobunny"
},
"repository": {
"type": "git",
"url": "git://github.com/psychobunny/passport-dapp-web3.git"
},
"bugs": {
"url": "http://github.com/psychobunny/passport-dapp-web3/issues"
},
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"dependencies": {
"before": "0.0.1",
"describe": "^1.2.0",
"expect": "^26.6.2",
"istanbul": "^0.4.5",
"it": "^1.1.1",
"jsdoc": "^3.6.6",
"jshint": "^2.12.0",
"passport-strategy": "1.x.x",
"web3-eth-accounts": "^1.3.4"
},
"devDependencies": {
"make-node": "0.4.6",
"mocha": "2.x.x",
"chai": "2.x.x",
"chai-passport-strategy": "0.1.x"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "make test"
}
}