package.json

This commit is contained in:
Christopher Jeffrey 2016-04-08 15:03:04 -07:00
parent 5d0e5d5d3b
commit 8131d52658
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -3,7 +3,10 @@
"version": "1.0.0-alpha",
"description": "Bitcoin bike-shed",
"main": "./lib/bcoin.js",
"bin": "./bin/node",
"bin": {
"bcoin-node": "./bin/node",
"bcoin-cli": "./bin/bcoin-cli"
},
"preferGlobal": false,
"scripts": {
"test": "mocha --reporter spec test/*-test.js"