bitcore/package.json

38 lines
762 B
JSON
Raw Normal View History

2013-07-04 13:02:18 -07:00
{
"name": "libcoin",
"description": "Bitcoin Library",
2013-07-07 12:15:39 -07:00
"version": "0.1.3",
2013-07-04 13:02:18 -07:00
"author": {
"name": "Stephen Pair",
"email": "stephen@bitpay.com"
},
"contributors": [
{"name": "Stefan Thomas", "email": "moon@justmoon.net"},
{"name": "Jeff Garzik", "email": "jgarzik@bitpay.com"}
],
2013-07-04 13:02:18 -07:00
"main": "./index",
"keywords": [
"bitcoin",
"btc",
"satoshi",
"money",
"currency",
"virtual"
],
"repository": {
"type": "git",
"url": "http://github.com/gasteve/node-libcoin.git"
},
"scripts": {},
2013-07-07 11:02:00 -07:00
"dependencies": {
"classtool": ">=1.0.0",
"base58-native": ">=0.1.1",
2013-07-09 11:45:52 -07:00
"bindings": "1.1.0",
"bufferput": ">=0.1.1"
2013-07-09 08:18:50 -07:00
//"bignum"
//"binary"
2013-07-07 11:02:00 -07:00
},
2013-07-04 13:02:18 -07:00
"devDependencies": {},
"license": "MIT"
}