forked from WaveringAna/insight-ui-zclassic
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 5.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"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.",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git://github.com/str4d/insight-ui-zcash.git"
},
"contributors": [
{
"name": "Matias Alejo Garcia",
"email": "[email protected]"
},
{
"name": "Manuel Araoz",
"email": "[email protected]"
},
{
"name": "Mario Colque",
"email": "[email protected]"
},
{
"name": "Gustavo Cortez",
"email": "[email protected]"
},
{
"name": "Juan Ignacio Sosa Lopez",
"email": "[email protected]"
},
{
"name": "Jack Grigg",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/str4d/insight-ui-zcash/issues"
},
"homepage": "https://github.com/str4d/insight-ui-zcash",
"license": "MIT",
"keywords": [
"insight",
"blockchain",
"blockexplorer",
"zcash",
"bitcore",
"front-end"
],
"bitcoreNode": "bitcore-node-zcash",
"dependencies": {},
"devDependencies": {
"bower": "~1.2.8",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-jshint": "~0.8.0",
"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"
},
"gitHead": "3726eece521c8273ad46d745e87761e7607c0448",
"readme": "# Insight UI\n\nA Bitcoin blockchain explorer web application service for [Bitcore Node](https://github.com/bitpay/bitcore-node) using the [Insight API](https://github.com/str4d/insight-api-zcash).\n\n## Quick Start\n\nPlease see the guide at [https://bitcore.io/guides/full-node](https://bitcore.io/guides/full-node) for information about getting a block explorer running. This is only the front-end component of the block explorer, and is packaged together with all of the necessary components in [Bitcore](https://github.com/bitpay/bitcore).\n\n## Getting Started\n\nTo manually install all of the necessary components, you can run these commands:\n\n```bash\nnpm install -g bitcore-node\nbitcore-node create mynode\ncd mynode\nbitcore-node install insight-api\nbitcore-node install insight-ui\nbitcore-node start\n```\n\nOpen a web browser to `http://localhost:3001/insight/`\n\n## Development\n\nTo run Insight UI locally in development mode:\n\nInstall bower dependencies:\n\n```\n$ bower install\n```\n\nTo compile and minify the web application's assets:\n\n```\n$ grunt compile\n```\n\nThere is a convenient Gruntfile.js for automation during editing the code\n\n```\n$ grunt\n```\n\n## Multilanguage support\n\nInsight UI uses [angular-gettext](http://angular-gettext.rocketeer.be) for multilanguage support.\n\nTo enable a text to be translated, add the ***translate*** directive to html tags. See more details [here](http://angular-gettext.rocketeer.be/dev-guide/annotate/). Then, run:\n\n```\ngrunt compile\n```\n\nThis action will create a template.pot file in ***po/*** folder. You can open it with some PO editor ([Poedit](http://poedit.net)). Read this [guide](http://angular-gettext.rocketeer.be/dev-guide/translate/) to learn how to edit/update/import PO files from a generated POT file. PO file will be generated inside po/ folder.\n\nIf you make new changes, simply run **grunt compile** again to generate a new .pot template and the angular javascript ***js/translations.js***. Then (if use Poedit), open .po file and choose ***update from POT File*** from **Catalog** menu.\n\nFinally changes your default language from ***public/src/js/config***\n\n```\ngettextCatalog.currentLanguage = 'es';\n```\n\nThis line will take a look at any *.po files inside ***po/*** folder, e.g.\n**po/es.po**, **po/nl.po**. After any change do not forget to run ***grunt\ncompile***.\n\n\n## Note\n\nFor more details about the [Insight API](https://github.com/str4d/insight-api-zcash) configuration and end-points, go to [Insight API GitHub repository](https://github.com/str4d/insight-api-zcash).\n\n## Contribute\n\nContributions and suggestions are welcomed at the [Insight UI GitHub repository](https://github.com/str4d/insight-ui-zcash).\n\n\n## License\n(The MIT License)\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n'Software'), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_shasum": "0467a7eb5fa72b5111525645cbbe172d3b977740",
"_from": "jamzed/insight-ui-zcash",
"_resolved": "git://github.com/jamzed/insight-ui-zcash.git#3726eece521c8273ad46d745e87761e7607c0448"
}