bitcore-node-zcash/package.json

89 lines
2.3 KiB
JSON
Raw Normal View History

2014-01-06 07:22:39 -08:00
{
2015-02-05 10:15:20 -08:00
"name": "bitcore-node",
"description": "Full node with extended capabilities using bitcore and Bitcoin Core",
2015-02-05 09:09:50 -08:00
"version": "0.0.1",
"author": "BitPay <dev@bitpay.com>",
2015-02-05 10:15:20 -08:00
"repository": "git://github.com/bitpay/bitcore-node.git",
2014-01-06 12:34:17 -08:00
"contributors": [
{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
2014-01-10 11:02:33 -08:00
},
{
"name": "Manuel Araoz",
"email": "manuelaraoz@gmail.com"
2014-01-15 11:25:47 -08:00
},
{
2014-01-16 11:56:09 -08:00
"name": "Mario Colque",
2014-01-15 11:25:47 -08:00
"email": "colquemario@gmail.com"
2014-01-16 11:56:09 -08:00
},
{
"name": "Gustavo Cortez",
"email": "cmgustavo83@gmail.com"
},
{
2014-02-18 10:17:36 -08:00
"name": "Juan Ignacio Sosa Lopez",
2014-01-16 11:56:09 -08:00
"email": "bechilandia@gmail.com"
},
{
"name": "Ivan Socolsky",
"email": "jungans@gmail.com"
2014-01-06 12:34:17 -08:00
}
],
2014-01-06 11:12:14 -08:00
"bugs": {
2015-02-05 10:15:20 -08:00
"url": "https://github.com/bitpay/bitcore-node/issues"
2014-01-06 11:12:14 -08:00
},
2015-02-05 10:15:20 -08:00
"homepage": "https://github.com/bitpay/bitcore-node",
2014-01-06 11:12:14 -08:00
"license": "MIT",
"keywords": [
2015-02-05 09:09:50 -08:00
"bitcoin",
2014-02-26 06:50:09 -08:00
"bitcore"
2014-01-06 11:12:14 -08:00
],
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt"
2014-01-06 11:12:14 -08:00
},
"dependencies": {
2014-01-07 11:49:42 -08:00
"async": "*",
"base58-native": "0.1.2",
"bignum": "*",
"bitauth": "^0.1.1",
2014-08-05 15:53:39 -07:00
"bitcore": "git://github.com/bitpay/bitcore.git#aa41c70cff2583d810664c073a324376c39c8b36",
"bufferput": "git://github.com/bitpay/node-bufferput.git",
2014-01-06 19:19:12 -08:00
"buffertools": "*",
2014-08-20 12:21:05 -07:00
"commander": "^2.3.0",
2014-08-20 14:42:21 -07:00
"connect-ratelimit": "git://github.com/dharmafly/connect-ratelimit.git#0550eff209c54f35078f46445000797fa942ab97",
2014-08-27 11:41:07 -07:00
"cron": "^1.0.4",
"express": "~3.4.7",
"glob": "*",
"leveldown": "~0.10.0",
"levelup": "~0.19.0",
2014-10-27 06:45:47 -07:00
"lodash": "^2.4.1",
"microtime": "^0.6.0",
"mkdirp": "^0.5.0",
"moment": "~2.5.0",
"nodemailer": "^1.3.0",
"preconditions": "^1.0.7",
"request": "^2.48.0",
2014-08-20 09:49:57 -07:00
"socket.io": "1.0.6",
"socket.io-client": "1.0.6",
"soop": "=0.1.5",
"winston": "*",
2014-08-27 11:41:07 -07:00
"xmlhttprequest": "~1.6.0"
2014-01-06 12:34:17 -08:00
},
"devDependencies": {
2014-07-31 10:06:47 -07:00
"chai": "*",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
2014-07-31 10:06:47 -07:00
"grunt-concurrent": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
2014-07-31 10:06:47 -07:00
"grunt-env": "~0.4.1",
"grunt-markdown": "~0.5.0",
"grunt-mocha-test": "~0.8.1",
2014-07-31 10:06:47 -07:00
"grunt-nodemon": "~0.2.0",
"memdown": "^0.10.2",
"should": "^2.1.1",
2014-09-22 07:17:19 -07:00
"sinon": "^1.10.3"
2014-01-06 11:12:14 -08:00
}
2014-01-06 07:22:39 -08:00
}