bitcore/package.json

26 lines
449 B
JSON
Raw Normal View History

2013-07-04 13:02:18 -07:00
{
"name": "libcoin",
"description": "Bitcoin Library",
"version": "0.1.0",
"author": {
"name": "Stephen Pair",
"email": "stephen@bitpay.com"
},
"main": "./index",
"keywords": [
"bitcoin",
"btc",
"satoshi",
"money",
"currency",
"virtual"
],
"repository": {
"type": "git",
"url": "http://github.com/gasteve/node-libcoin.git"
},
"scripts": {},
"devDependencies": {},
"license": "MIT"
}