aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/ethereum/ethash/js/package.json
diff options
context:
space:
mode:
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"
+ }
+}