insight-ui-zcash/package.json

65 lines
1.6 KiB
JSON
Raw 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.",
2014-02-26 11:55:45 -08:00
"version": "0.1.3",
2014-01-06 11:12:14 -08:00
"author": {
"name": "Ryan X Charles",
"email": "ryan@bitpay.com"
},
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-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 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-01-06 11:12:14 -08:00
"secret",
"enigma",
"riddle",
"mystification",
"puzzle",
2014-02-26 11:50:10 -08:00
"conundrum",
"client",
"front-end"
2014-01-06 11:12:14 -08:00
],
"scripts": {
2014-02-26 11:50:10 -08:00
"start": "INSIGHT_PUBLIC_PATH=public node node_modules/insight-bitcore-api/insight.js"
2014-01-06 11:12:14 -08:00
},
"dependencies": {
2014-02-26 11:50:10 -08:00
"insight-bitcore-api": "latest"
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-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
}