|
1 | 1 | {
|
2 |
| - "name": "web3", |
3 |
| - "namespace": "ethereum", |
4 |
| - "version": "1.0.0-beta.35", |
5 |
| - "description": "Ethereum JavaScript API", |
6 |
| - "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3", |
7 |
| - "license": "LGPL-3.0", |
8 |
| - "main": "src/index.js", |
9 |
| - "types": "index.d.ts", |
10 |
| - "bugs": { |
11 |
| - "url": "https://github.com/ethereum/web3.js/issues" |
12 |
| - }, |
13 |
| - "keywords": [ |
14 |
| - "Ethereum", |
15 |
| - "JavaScript", |
16 |
| - "API" |
17 |
| - ], |
18 |
| - "author": "ethereum.org", |
19 |
| - "authors": [ |
20 |
| - { |
21 |
| - "name": "Fabian Vogelsteller", |
22 |
| - |
23 |
| - "homepage": "http://frozeman.de" |
| 2 | + "name": "web3", |
| 3 | + "namespace": "ethereum", |
| 4 | + "version": "1.0.0-beta.35", |
| 5 | + "description": "Ethereum JavaScript API", |
| 6 | + "repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3", |
| 7 | + "license": "LGPL-3.0", |
| 8 | + "main": "src/index.js", |
| 9 | + "bugs": { |
| 10 | + "url": "https://github.com/ethereum/web3.js/issues" |
24 | 11 | },
|
25 |
| - { |
26 |
| - "name": "Marek Kotewicz", |
27 |
| - |
28 |
| - "url": "https://github.com/debris" |
29 |
| - }, |
30 |
| - { |
31 |
| - "name": "Marian Oancea", |
32 |
| - "url": "https://github.com/cubedro" |
33 |
| - }, |
34 |
| - { |
35 |
| - "name": "Gav Wood", |
36 |
| - |
37 |
| - "homepage": "http://gavwood.com" |
38 |
| - }, |
39 |
| - { |
40 |
| - "name": "Jeffery Wilcke", |
41 |
| - |
42 |
| - "url": "https://github.com/obscuren" |
| 12 | + "keywords": [ |
| 13 | + "Ethereum", |
| 14 | + "JavaScript", |
| 15 | + "API" |
| 16 | + ], |
| 17 | + "author": "ethereum.org", |
| 18 | + "authors": [ |
| 19 | + { |
| 20 | + "name": "Fabian Vogelsteller", |
| 21 | + |
| 22 | + "homepage": "http://frozeman.de" |
| 23 | + }, |
| 24 | + { |
| 25 | + "name": "Marek Kotewicz", |
| 26 | + |
| 27 | + "url": "https://github.com/debris" |
| 28 | + }, |
| 29 | + { |
| 30 | + "name": "Marian Oancea", |
| 31 | + "url": "https://github.com/cubedro" |
| 32 | + }, |
| 33 | + { |
| 34 | + "name": "Gav Wood", |
| 35 | + |
| 36 | + "homepage": "http://gavwood.com" |
| 37 | + }, |
| 38 | + { |
| 39 | + "name": "Jeffery Wilcke", |
| 40 | + |
| 41 | + "url": "https://github.com/obscuren" |
| 42 | + } |
| 43 | + ], |
| 44 | + "dependencies": { |
| 45 | + "web3-bzz": "1.0.0-beta.35", |
| 46 | + "web3-core": "1.0.0-beta.35", |
| 47 | + "web3-eth": "1.0.0-beta.35", |
| 48 | + "web3-eth-personal": "1.0.0-beta.35", |
| 49 | + "web3-net": "1.0.0-beta.35", |
| 50 | + "web3-shh": "1.0.0-beta.35", |
| 51 | + "web3-utils": "1.0.0-beta.35" |
43 | 52 | }
|
44 |
| - ], |
45 |
| - "dependencies": { |
46 |
| - "@types/underscore": "^1.8.0", |
47 |
| - "@types/bignumber.js": "^4.0.2", |
48 |
| - "web3-bzz": "1.0.0-beta.35", |
49 |
| - "web3-core": "1.0.0-beta.35", |
50 |
| - "web3-eth": "1.0.0-beta.35", |
51 |
| - "web3-eth-personal": "1.0.0-beta.35", |
52 |
| - "web3-net": "1.0.0-beta.35", |
53 |
| - "web3-shh": "1.0.0-beta.35", |
54 |
| - "web3-utils": "1.0.0-beta.35" |
55 |
| - } |
56 | 53 | }
|
0 commit comments