forked from web3/web3.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
75 lines (75 loc) · 1.45 KB
/
bower.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"namespace": "ethereum",
"name": "web3",
"version": "1.2.6",
"description": "Ethereum JavaScript API",
"license": "LGPL-3.0",
"main": [
"./dist/web3.min.js"
],
"moduleType": "global",
"dependencies": {
"bn.js": ">=4.11.6"
},
"repository": {
"type": "git",
"url": "git://github.com/ethereum/web3.js.git"
},
"homepage": "https://github.com/ethereum/web3.js",
"bugs": {
"url": "https://github.com/ethereum/web3.js/issues"
},
"keywords": [
"Ethereum",
"JavaScript",
"RPC",
"Swarm",
"Whisper",
"Smart Contracts",
"API"
],
"authors": [
{
"name": "Fabian Vogelsteller",
"email": "[email protected]",
"homepage": "http://frozeman.de"
},
{
"name": "Marek Kotewicz",
"email": "[email protected]",
"url": "https://github.com/debris"
},
{
"name": "Marian Oancea",
"url": "https://github.com/cubedro"
},
{
"name": "Gav Wood",
"email": "[email protected]",
"homepage": "http://gavwood.com"
},
{
"name": "Jeffery Wilcke",
"email": "[email protected]",
"url": "https://github.com/obscuren"
}
],
"ignore": [
"test",
"packages",
"src",
"node_modules",
"package.json",
"package.js",
".versions",
".bowerrc",
".editorconfig",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
"gulpfile.js",
"index.js",
"**/*.txt"
]
}