aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/ethereum/ethash/js/package.json
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-20 18:19:12 +0800
committerobscuren <geffobscura@gmail.com>2015-03-20 18:19:12 +0800
commitd8fe8f60e84f599a92783bd690b8d3477cf5a595 (patch)
tree1b6cc5040185af843623af900a4112ef5ca11a81 /Godeps/_workspace/src/github.com/ethereum/ethash/js/package.json
parent62236dd95e6d069b8bd9895c9998676b8d946d37 (diff)
downloadgo-tangerine-d8fe8f60e84f599a92783bd690b8d3477cf5a595.tar
go-tangerine-d8fe8f60e84f599a92783bd690b8d3477cf5a595.tar.gz
go-tangerine-d8fe8f60e84f599a92783bd690b8d3477cf5a595.tar.bz2
go-tangerine-d8fe8f60e84f599a92783bd690b8d3477cf5a595.tar.lz
go-tangerine-d8fe8f60e84f599a92783bd690b8d3477cf5a595.tar.xz
go-tangerine-d8fe8f60e84f599a92783bd690b8d3477cf5a595.tar.zst
go-tangerine-d8fe8f60e84f599a92783bd690b8d3477cf5a595.zip
updated ethash
Diffstat (limited to 'Godeps/_workspace/src/github.com/ethereum/ethash/js/package.json')
-rw-r--r--Godeps/_workspace/src/github.com/ethereum/ethash/js/package.json21
1 files changed, 21 insertions, 0 deletions
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"
+ }
+}