bitcore-node-zcash/package.json

98 lines
2.5 KiB
JSON
Raw Normal View History

2014-01-06 07:22:39 -08:00
{
"name": "insight-bitcore",
"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-02-18 10:13:55 -08:00
"version": "0.1.2",
2014-01-06 11:12:14 -08:00
"author": {
"name": "Ryan X Charles",
"email": "ryan@bitpay.com"
},
2014-01-17 06:46:12 -08:00
"repository": "git://github.com/bitpay/insight.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:25 -08:00
"name": "Juan Ignasio 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-01-17 06:46:12 -08:00
"url": "https://github.com/bitpay/insight/issues"
2014-01-06 11:12:14 -08:00
},
2014-01-17 06:46:12 -08:00
"homepage": "https://github.com/bitpay/insight",
2014-01-06 11:12:14 -08:00
"license": "MIT",
"keywords": [
2014-01-17 06:46:12 -08:00
"insight",
2014-01-06 11:12:14 -08:00
"secret",
"enigma",
"riddle",
"mystification",
"puzzle",
"conundrum"
],
"engines": {
"node": "*"
},
"scripts": {
2014-01-06 12:34:17 -08:00
"start": "node node_modules/grunt-cli/bin/grunt",
2014-02-10 12:48:49 -08:00
"postinstall": "node node_modules/bower/bin/bower install; node ./node_modules/grunt-cli/bin/grunt compile "
2014-01-06 11:12:14 -08:00
},
"dependencies": {
"base58-native": "0.1.2",
2014-01-07 11:49:42 -08:00
"async": "*",
2014-02-03 18:30:46 -08:00
"leveldown": "*",
"levelup": "*",
2014-01-30 06:50:05 -08:00
"glob": "*",
2014-01-06 14:02:33 -08:00
"classtool": "*",
2014-01-07 09:12:44 -08:00
"commander": "*",
"bignum": "*",
2014-01-06 11:12:14 -08:00
"express": "~3.4.7",
"jade": "~1.0.2",
"lodash": "~2.4.1",
2014-01-06 11:16:49 -08:00
"bower": "~1.2.8",
2014-01-06 19:19:12 -08:00
"buffertools": "*",
2014-01-06 12:34:17 -08:00
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-env": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-concurrent": "~0.4.2",
2014-01-06 13:38:30 -08:00
"grunt-nodemon": "~0.1.2",
2014-01-06 14:36:47 -08:00
"grunt-mocha-test": "~0.8.1",
"should": "~2.1.1",
2014-01-13 13:13:41 -08:00
"view-helpers": "latest",
2014-01-15 06:30:38 -08:00
"socket.io": "~0.9.16",
"moment": "~2.5.0",
2014-01-16 08:14:38 -08:00
"sinon": "~1.7.3",
"chai": "~1.8.1",
"bitcore": "git://github.com/bitpay/bitcore.git",
2014-02-03 10:08:42 -08:00
"bufferput": "git://github.com/bitpay/node-bufferput.git",
2014-02-13 06:58:43 -08:00
"xmlhttprequest": "~1.6.0"
2014-01-06 12:34:17 -08:00
},
"devDependencies": {
2014-01-06 13:38:30 -08:00
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
2014-02-09 22:58:28 -08:00
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.3.2",
2014-01-06 13:38:30 -08:00
"grunt-nodemon": "latest",
"grunt-concurrent": "latest",
2014-01-06 14:36:47 -08:00
"grunt-mocha-test": "latest",
2014-02-09 22:58:28 -08:00
"should": "latest",
"grunt-css": "~0.5.4",
"grunt-markdown": "~0.5.0"
2014-01-06 11:12:14 -08:00
}
2014-01-06 07:22:39 -08:00
}