forked from Consensys/abi-decoder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1 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
{
"name": "abi-decoder",
"version": "1.1.0",
"description": "Nodejs and Javascript library for decoding data params and events from ethereum transactions\"",
"main": "dist/abi-decoder.js",
"scripts": {
"test": "mocha test",
"dist": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConsenSys/abi-decoder.git"
},
"keywords": [
"ethereum",
"abi",
"decode"
],
"author": "[email protected]",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ConsenSys/abi-decoder/issues"
},
"homepage": "https://github.com/ConsenSys/abi-decoder#readme",
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-amd": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"web3": "^0.18.4",
"webpack": "^2.7.0"
},
"devDependencies": {
"mocha": "^4.0.0"
}
}