Merge pull request #35 from ryanxcharles/master

Fixes to package.json
This commit is contained in:
Stephen Pair 2013-10-04 09:37:25 -07:00
commit fda3950573
1 changed files with 10 additions and 11 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "libcoin", "name": "libcoin",
"description": "Bitcoin Library", "description": "Bitcoin Library",
"version": "0.1.3", "version": "0.1.4",
"author": { "author": {
"name": "Stephen Pair", "name": "Stephen Pair",
"email": "stephen@bitpay.com" "email": "stephen@bitpay.com"
@ -10,7 +10,6 @@
{"name": "Stefan Thomas", "email": "moon@justmoon.net"}, {"name": "Stefan Thomas", "email": "moon@justmoon.net"},
{"name": "Jeff Garzik", "email": "jgarzik@bitpay.com"} {"name": "Jeff Garzik", "email": "jgarzik@bitpay.com"}
], ],
"main": "./index",
"keywords": [ "keywords": [
"bitcoin", "bitcoin",
"btc", "btc",
@ -25,15 +24,15 @@
}, },
"scripts": {}, "scripts": {},
"dependencies": { "dependencies": {
"classtool": ">=1.0.0", "classtool": "=1.0.0",
"base58-native": ">=0.1.1", "base58-native": "=0.1.1",
"bindings": ">=1.1.0", "bindings": "=1.1.0",
"bufferput": ">=0.1.1", "bufferput": "=0.1.1",
"bignum": "0.6.1", "bignum": "=0.6.1",
"binary": "0.3.0", "binary": "=0.3.0",
"step": "0.0.4", "step": "=0.0.4",
"buffers": ">=0.1.1", "buffers": "=0.1.1",
"buffertools": "1.1.1" "buffertools": "=1.1.1"
}, },
"devDependencies": {}, "devDependencies": {},
"license": "MIT" "license": "MIT"