From c89be22215a7cc8f6cd0447176750351614ef65c Mon Sep 17 00:00:00 2001 From: JP Richardson Date: Wed, 10 Feb 2016 01:49:55 -0600 Subject: [PATCH] package: added license --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 58d11b5..5d9d401 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "type": "git", "url": "git://github.com/cryptocoinjs/hdkey" }, + "license": "MIT", "keywords": [ "bitcoin", "bip32", @@ -31,8 +32,8 @@ }, "dependencies": { "bigi": "^1.1.0", - "ecurve": "^1.0.0", - "coinstring": "^2.0.0" + "coinstring": "^2.0.0", + "ecurve": "^1.0.0" }, "scripts": { "browser-test": "mochify --wd -R spec",