From d8fe8f60e84f599a92783bd690b8d3477cf5a595 Mon Sep 17 00:00:00 2001 From: obscuren Date: Fri, 20 Mar 2015 11:19:12 +0100 Subject: updated ethash --- .../src/github.com/ethereum/ethash/js/package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Godeps/_workspace/src/github.com/ethereum/ethash/js/package.json (limited to 'Godeps/_workspace/src/github.com/ethereum/ethash/js/package.json') diff --git a/Godeps/_workspace/src/github.com/ethereum/ethash/js/package.json b/Godeps/_workspace/src/github.com/ethereum/ethash/js/package.json new file mode 100644 index 000000000..08a14d479 --- /dev/null +++ b/Godeps/_workspace/src/github.com/ethereum/ethash/js/package.json @@ -0,0 +1,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" + } +} -- cgit v1.2.3