bitcore/package.json

91 lines
1.8 KiB
JSON
Raw Normal View History

{
"name": "bitcore",
2015-02-04 08:31:27 -08:00
"version": "0.9.5",
2014-12-23 11:33:42 -08:00
"description": "A pure and powerful JavaScript Bitcoin library.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
"scripts": {
2014-11-22 12:50:08 -08:00
"lint": "gulp lint",
2015-01-08 14:19:52 -08:00
"test": "gulp test",
2014-11-22 12:50:08 -08:00
"coverage": "gulp coverage",
2015-01-13 14:01:23 -08:00
"build": "gulp"
},
"contributors": [
{
"name": "Daniel Cousens",
"email": "bitcoin@dcousens.com"
},
2014-11-22 12:50:08 -08:00
{
"name": "Esteban Ordano",
"email": "eordano@gmail.com"
},
{
"name": "Gordon Hall",
"email": "gordon@bitpay.com"
},
{
"name": "Jeff Garzik",
"email": "jgarzik@bitpay.com"
},
{
"name": "Kyle Drake",
"email": "kyle@kyledrake.net"
},
{
"name": "Manuel Araoz",
"email": "manuelaraoz@gmail.com"
},
{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
},
{
"name": "Ryan X. Charles",
"email": "ryanxcharles@gmail.com"
},
{
"name": "Stefan Thomas",
"email": "moon@justmoon.net"
},
{
"name": "Stephen Pair",
"email": "stephen@bitpay.com"
},
{
"name": "Wei Lu",
"email": "luwei.here@gmail.com"
}
],
"keywords": [
"bitcoin",
"bip32",
"bip37",
"bip70",
"merge",
"multisig"
],
"repository": {
"type": "git",
"url": "https://github.com/bitpay/bitcore.git"
},
2014-12-30 17:12:24 -08:00
"browser": {
"request": "browser-request"
},
"dependencies": {
"bn.js": "=0.16.1",
"bs58": "=2.0.0",
"elliptic": "=0.16.0",
"hash.js": "=0.3.2",
2014-11-29 13:23:38 -08:00
"inherits": "=2.0.1",
2014-11-24 10:40:20 -08:00
"lodash": "=2.4.1",
2015-01-14 06:47:31 -08:00
"sha512": "=0.0.1"
},
"devDependencies": {
2015-01-22 07:47:53 -08:00
"bitcore-build": "git://github.com/bitpay/bitcore-build.git",
"brfs": "^1.2.0",
"chai": "^1.10.0",
"gulp": "^3.8.10"
},
"license": "MIT"
}