-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 877 Bytes
/
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
{
"name": "web3js-raw",
"version": "0.0.2-beta.17",
"description": "web3js wrapper to work with minimum dependencies",
"dependencies": {
"@ethereumjs/tx": "^5.3.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"crypto-js": "^4.2.0",
"web3": "^4.6.0",
"web3-eth-abi": "^4.2.0",
"web3-utils": "^4.2.1"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fidenz-chim/web3js-raw.git"
},
"keywords": [
"web3",
"web3js",
"ethereum",
"smart-contracts",
"dapp"
],
"author": "Chim Himidumage",
"license": "ISC",
"bugs": {
"url": "https://github.com/fidenz-chim/web3js-raw/issues"
},
"homepage": "https://github.com/fidenz-chim/web3js-raw#readme"
}