Merge pull request #806 from maraoz/pack/json

package.json
This commit is contained in:
Manuel Aráoz 2014-12-17 19:41:04 -03:00
commit 227817f23f
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "bitcore", "name": "bitcore",
"version": "0.8.0", "version": "0.8.0",
"description": "Bitcoin library, CLI and API.", "description": "A pure and simple javascript bitcoin API.",
"author": "BitPay <dev@bitpay.com>", "author": "BitPay <dev@bitpay.com>",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -62,7 +62,6 @@
"bip32", "bip32",
"bip37", "bip37",
"bip70", "bip70",
"stealth",
"merge", "merge",
"multisig" "multisig"
], ],