Browse Source

package: added license

master
JP Richardson 9 years ago
parent
commit
c89be22215
  1. 5
      package.json

5
package.json

@ -7,6 +7,7 @@
"type": "git", "type": "git",
"url": "git://github.com/cryptocoinjs/hdkey" "url": "git://github.com/cryptocoinjs/hdkey"
}, },
"license": "MIT",
"keywords": [ "keywords": [
"bitcoin", "bitcoin",
"bip32", "bip32",
@ -31,8 +32,8 @@
}, },
"dependencies": { "dependencies": {
"bigi": "^1.1.0", "bigi": "^1.1.0",
"ecurve": "^1.0.0", "coinstring": "^2.0.0",
"coinstring": "^2.0.0" "ecurve": "^1.0.0"
}, },
"scripts": { "scripts": {
"browser-test": "mochify --wd -R spec", "browser-test": "mochify --wd -R spec",

Loading…
Cancel
Save