2011-09-26 18:35:29 +02:00
|
|
|
{
|
|
|
|
"name": "bitcoinjs-lib",
|
2012-08-03 04:40:18 +02:00
|
|
|
"version": "0.1.2",
|
2011-09-26 18:35:29 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|