insight-ui-zcash/package.json

66 lines
1.6 KiB
JSON
Raw Normal View History

2014-01-06 07:22:39 -08:00
{
2016-08-28 06:43:40 -07:00
"name": "insight-ui-zcash",
"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 zcash network and build your own services with it.",
2016-05-27 11:24:15 -07:00
"version": "0.4.0",
2018-05-09 14:25:29 -07:00
"repository": "git://github.com/zcash-hackworks/insight-ui-zcash.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"
2016-08-28 06:43:40 -07:00
},
{
"name": "Jack Grigg",
"email": "jack@z.cash"
2018-05-07 23:06:43 -07:00
},
{
"name": "Simon Liu",
"email": "simon@z.cash"
2014-01-06 12:34:17 -08:00
}
],
2014-01-06 11:12:14 -08:00
"bugs": {
"url": "https://github.com/zcash/zcash/issues"
2014-01-06 11:12:14 -08:00
},
2018-05-09 14:25:29 -07:00
"homepage": "https://github.com/zcash-hackworks/insight-ui-zcash",
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",
2016-08-28 06:43:40 -07:00
"zcash",
2014-03-10 09:04:11 -07:00
"bitcore",
2014-02-26 11:50:10 -08:00
"front-end"
2014-01-06 11:12:14 -08:00
],
2016-08-28 06:43:40 -07:00
"bitcoreNode": "bitcore-node-zcash",
2014-01-06 11:12:14 -08:00
"dependencies": {
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
}