aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/ethereum/ethash/js/package.json
blob: 08a14d479160dd0dc84397bb801524af3a707d79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "ethash.js",
  "version": "0.0.1",
  "description": "",
  "main": "ethash.js",
  "scripts": {
    "test": "node ./test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ethereum/ethash/tree/master/js"
  },
  "keywords": [
    "ethereum"
  ],
  "author": "",
  "license": "mit",
  "devDependencies": {
    "ethereum-tests": "0.0.5"
  }
}