flocore-node/package.json
2015-03-25 17:56:54 -03:00

81 lines
1.9 KiB
JSON

{
"name": "bitcore-node",
"description": "Full node with extended capabilities using bitcore and Bitcoin Core",
"version": "0.0.1",
"author": "BitPay <dev@bitpay.com>",
"repository": "git://github.com/bitpay/bitcore-node.git",
"contributors": [
{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
},
{
"name": "Manuel Araoz",
"email": "manuelaraoz@gmail.com"
},
{
"name": "Mario Colque",
"email": "colquemario@gmail.com"
},
{
"name": "Gustavo Cortez",
"email": "cmgustavo83@gmail.com"
},
{
"name": "Juan Ignacio Sosa Lopez",
"email": "bechilandia@gmail.com"
},
{
"name": "Ivan Socolsky",
"email": "jungans@gmail.com"
}
],
"bugs": {
"url": "https://github.com/bitpay/bitcore-node/issues"
},
"homepage": "https://github.com/bitpay/bitcore-node",
"license": "MIT",
"keywords": [
"bitcoin",
"bitcore"
],
"scripts": {
"start": "node index.js",
"test": "./node_modules/.bin/mocha"
},
"dependencies": {
"async": "0.9.0",
"bitcoind-rpc": "^0.2.1",
"bitcore": "bitpay/bitcore",
"bitcore-p2p": "bitpay/bitcore-p2p",
"bluebird": "^2.9.12",
"body-parser": "^1.12.0",
"bufferput": "bitpay/node-bufferput",
"buffertools": "*",
"compression": "^1.4.1",
"config": "^1.12.0",
"cors": "^2.5.3",
"eventemitter2": "^0.4.14",
"express": "4.11.1",
"glob": "*",
"js-yaml": "^3.2.7",
"level-lock": "^1.0.1",
"leveldown": "^1.0.0",
"levelup": "^0.19.0",
"moment": "~2.5.0",
"morgan": "^1.5.1",
"request": "^2.48.0",
"socket.io": "1.0.6",
"winston": "*"
},
"devDependencies": {
"bitcore-build": "bitpay/bitcore-build",
"chai": "^2.1.1",
"gulp": "^3.8.10",
"mocha": "^2.2.1",
"should": "^5.1.0",
"sinon": "^1.13.0",
"supertest": "^0.15.0"
}
}