Skip to content

Commit

Permalink
added browser test dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed Mar 6, 2014
1 parent ef73917 commit f8be4d8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .min-wd
@@ -0,0 +1,7 @@
{
"hostname" : "localhost",
"port" : 4444,
"browsers" : [{
"name" : "chrome"
}]
}
9 changes: 9 additions & 0 deletions Makefile
@@ -0,0 +1,9 @@
test: node-test browser-test

node-test:
@./node_modules/.bin/mocha

browser-test:
@./node_modules/.bin/mochify --wd -R spec

.PHONY: node-test browser-test
6 changes: 3 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
ecc
===
ecurve
=======

JavaScript component to Elliptical Curve Cryptography.
JavaScript component to [Elliptic Curve Cryptography](http://en.wikipedia.org/wiki/Elliptic_curve_cryptography).

See this article for more details: [bitcoin address](http://procbits.com/2013/08/27/generating-a-bitcoin-address-with-javascript).

Expand Down
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -11,7 +11,8 @@
"curve"
],
"devDependencies": {
"mocha": "1.*"
"mocha": "1.*",
"mochify": "~0.4.2"
},
"repository": {
"url": "https://github.com/cryptocoinjs/ecurve",
Expand All @@ -24,4 +25,4 @@
"dependencies": {
"bigi": "0.2.x"
}
}
}

0 comments on commit f8be4d8

Please sign in to comment.