24 lines
467 B
JSON
24 lines
467 B
JSON
{
|
|
"name": "bitcoinjs-lib",
|
|
"version": "0.1.3",
|
|
"description": "Client-side Bitcoin JavaScript library",
|
|
|
|
"keywords": [
|
|
"bitcoin",
|
|
"browser",
|
|
"client",
|
|
"library"
|
|
],
|
|
|
|
"author": "Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)",
|
|
|
|
"repository" : {
|
|
"type" : "git",
|
|
"url" : "https://github.com/bitcoinjs/bitcoinjs-lib.git"
|
|
},
|
|
|
|
"devDependencies" : {
|
|
"pkginfo" : ">=0.2.1",
|
|
"jake-uglify" : ">=1.0.0"
|
|
}
|
|
}
|