aboutsummaryrefslogtreecommitdiffstats
path: root/RPCTests/package.json
blob: 2e3283a2b84f59ca16b846df7949b4f9ac7e439c (plain) (blame)
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
{
  "name": "rpctests",
  "version": "0.0.1",
  "description": "Ethereum cpp client RPC tests",
  "main": "./main.js",
  "devDependencies": {    
    "web3": "^0.15.3",
    "async": "^1.5"
  },
  "scripts": {

  },
  "repository": {
    
  },
  "author": "cpp-ethereum team",
  "license": "MIT",
  "bugs": {
    
  },
  "homepage": "",
  "standard": {
    "ignore": [
      "node_modules/*",
      "build/*",
      "test/resources/*"
    ]
  }
}