-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "AlphaWalletWeb3Provider",
"version": "0.0.5",
"description": "web3 injection",
"main": "index.js",
"scripts": {
"ci": "npm run lint && npm run cover",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "[email protected]:cryptape/AlphaWallet-Android.git"
},
"keywords": [
"ethereum",
"blockchain",
"appchain",
"wallet",
"ethereum-dapps",
"dapps"
],
"author": "AlphaWallet",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/cryptape/AlphaWallet-Android/issues"
},
"homepage": "https://github.com/cryptape/AlphaWallet-Android/blob/master/README.md",
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^15.2.0",
"coveralls": "^3.0.1",
"del": "^3.0.0",
"eslint": "^5.0.1",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-node": "^6.0.1",
"gulp": "^4.0.2",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^3.0.0",
"undertaker": "^1.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"babel-core": "^6.26.0",
"web3": "0.20.6",
"web3-provider-engine": "https://github.com/AlphaWallet/provider-engine#alphawallet"
}
}