UNPKG

1.05 kBJSONView Raw
1{
2 "name": "eth-json-rpc",
3 "version": "0.3.4",
4 "description": "Lightweight wrapper library on top of Ethereum JSON RPC.",
5 "main": "index.js",
6 "directories": {
7 "lib": "lib",
8 "test": "test"
9 },
10 "scripts": {
11 "test": "mocha",
12 "docs": "jsdoc -c .jsdocrc",
13 "http-docs": "PORT=${PORT:-8080}; http-server -p $PORT docs",
14 "coverage": "nyc --reporter=html npm run test"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git@github.com:romfrolov/eth-json-rpc.git"
19 },
20 "keywords": [],
21 "author": "Roman Frolov <justcallmefrolov@gmail.com>",
22 "license": "GPL-3.0",
23 "dependencies": {
24 "big-integer": "1.6.41",
25 "ethereumjs-abi": "0.6.6",
26 "ethereumjs-tx": "1.3.7",
27 "jayson": "2.1.1",
28 "keccak256": "1.0.0"
29 },
30 "devDependencies": {
31 "chai": "^4.2.0",
32 "chance": "^1.0.18",
33 "coveralls": "^3.0.7",
34 "ganache-cli": "^6.9.1",
35 "http-server": "^0.12.3",
36 "istanbul": "^0.4.5",
37 "jsdoc": "^3.6.3",
38 "mocha": "^5.2.0",
39 "mocha-lcov-reporter": "^1.3.0",
40 "nyc": "^14.1.1"
41 }
42}