forked from Consensys/abi-decoder
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 968 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
37
38
{
"name": "abi-decoder",
"version": "1.0.8",
"description": "Nodejs and Javascript library for decoding data params and events from ethereum transactions\"",
"main": "index.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-preset-es2015": "^6.22.0",
"chai": "^3.5.0",
"web3": "^0.18.4",
"webpack": "^2.2.1"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}