-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.36 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
{
"name": "dauth",
"version": "0.0.0",
"description": "A Plug-n-Play UI interface for adding decentralized authentication to your dapp.",
"main": "src/index.js",
"scripts": {
"test": "mocha",
"test:coverage": "codecov"
},
"keywords": [
"dapp",
"simpleaswater",
"web3.0",
"portis",
"metamask",
"dapper",
"uport",
"trezor",
"ledger",
"fortmatic",
"bitski",
"squarelink",
"keybase",
"torus",
"3box",
"blockchain",
"ethereum",
"mainnet",
"rospsten",
"kovan",
"rinkeby",
"goerli"
],
"author": "Vaibhav Saini ([email protected])",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"mocha": "^6.2.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"homepage": "https://github.com/dappkit/dauth"
}