insight-ui-zcash/package.json

61 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2014-01-06 07:22:39 -08:00
{
2014-02-26 11:55:45 -08:00
"name": "insight-bitcore",
2014-02-26 11:50:10 -08:00
"description": "An open-source frontend for the Insight 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.",
2015-07-10 14:06:43 -07:00
"version": "0.2.7",
2014-02-26 11:55:45 -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:36 -08:00
"name": "Juan Ignacio Sosa Lopez",
2014-05-17 14:56:19 -07: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 11:55:45 -08:00
"url": "https://github.com/bitpay/insight/issues"
2014-01-06 11:12:14 -08:00
},
2014-02-26 11:55:45 -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-03-10 09:04:11 -07:00
"blockchain",
"blockexplorer",
"bitcoin",
"bitcore",
2014-02-26 11:50:10 -08:00
"front-end"
2014-01-06 11:12:14 -08:00
],
"scripts": {
2014-05-17 08:54:23 -07:00
"start": "INSIGHT_PUBLIC_PATH=public node node_modules/.bin/insight-bitcore-api"
2014-01-06 11:12:14 -08:00
},
"dependencies": {
2015-07-07 16:47:34 -07:00
"insight-bitcore-api": ">=0.2.14"
2014-01-06 12:34:17 -08:00
},
"devDependencies": {
"bower": "~1.2.8",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-jshint": "~0.8.0",
2014-02-09 22:58:28 -08:00
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "*",
"grunt-macreload": "*",
"grunt-css": "~0.5.4",
"grunt-markdown": "~0.5.0",
"grunt-angular-gettext": "^0.2.15"
2014-01-06 11:12:14 -08:00
}
2014-01-06 07:22:39 -08:00
}