bitcore-node-zcash/package.json

91 lines
2.3 KiB
JSON
Raw Normal View History

2014-01-06 07:22:39 -08:00
{
"name": "insight-bitcore-api",
"description": "An open-source bitcoin blockchain API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.",
2014-06-08 16:58:38 -07:00
"version": "0.2.7",
2014-01-06 11:12:14 -08:00
"author": {
"name": "Ryan X Charles",
"email": "ryan@bitpay.com"
},
2014-02-26 06:50:09 -08:00
"repository": "git://github.com/bitpay/insight-api.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"
2014-01-06 12:34:17 -08:00
}
],
2014-01-06 11:12:14 -08:00
"bugs": {
2014-02-26 06:50:09 -08:00
"url": "https://github.com/bitpay/insight-api/issues"
2014-01-06 11:12:14 -08:00
},
2014-02-26 06:50:09 -08:00
"homepage": "https://github.com/bitpay/insight-api",
2014-01-06 11:12:14 -08:00
"license": "MIT",
"keywords": [
2014-01-17 06:46:12 -08:00
"insight",
2014-03-10 09:03:59 -07:00
"insight api",
"blockchain",
"bitcoin api",
"blockchain api",
"json",
2014-02-26 06:50:09 -08:00
"bitcore"
2014-01-06 11:12:14 -08:00
],
"engines": {
"node": "*"
},
2014-05-17 08:54:58 -07:00
"bin": "insight.js",
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": "*",
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": "*",
"commander": "*",
"express": "~3.4.7",
"glob": "*",
"leveldown": "*",
"levelup": "*",
"moment": "~2.5.0",
"preconditions": "^1.0.7",
"should": "~2.1.1",
2014-01-16 08:14:38 -08:00
"sinon": "~1.7.3",
"soop": "=0.1.5",
"winston": "*",
2014-08-19 14:42:09 -07:00
"xmlhttprequest": "~1.6.0",
"socket.io": "1.0.6",
"socket.io-client": "1.0.6"
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",
2014-07-31 11:16:05 -07:00
"microtime": "^0.6.0",
2014-07-31 10:06:47 -07:00
"should": "2.1.1"
2014-01-06 11:12:14 -08:00
}
2014-01-06 07:22:39 -08:00
}