-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathparams.json
1 lines (1 loc) · 1.94 KB
/
params.json
1
{"name":"ng-json-viewer","tagline":"An AngularJS directive for viewing JSON.","body":"## Changes history you can find [here](https://github.com/samrose3/ng-json-viewer/blob/master/CHANGES.md)\r\n\r\n# Main features\r\n\r\n* Code folding\r\n* Array index\r\n* Syntax highlighting\r\n* Display value type\r\n\r\n# Demo\r\n\r\nYou can see demo on [this page](http://samrose3.github.io/ng-json-viewer/demo/index.html)\r\n\r\n# Installation\r\n\r\n* Via bower (preferred way)\r\n\r\n```bash\r\nbower install --save jv.json-viewer\r\n```\r\n* [Download zip package](https://github.com/samrose3/ng-json-viewer/archive/master.zip)\r\n\r\n# Usage\r\n\r\n1. Add module as dependency to your app:\r\n\r\n```javascript\r\nangular.module('your-app', ['jv.json-viewer']);\r\n```\r\n\r\n2. Add [**json viewer directive**](#json-viewer) to template:\r\n\r\n```html\r\n<jv-json-viewer></jv-json-viewer>\r\n```\r\n\r\n\r\n4. Default JSON Viewer code colors you can find in [demo/jsonViewer.less](https://github.com/samrose3/ng-json-viewer/blob/master/demo/jsonViewer.less) (at the top of file).\r\n\r\n# Module's components\r\n\r\n* [**jsonViewer directive**](#jsonviewer-directive) - directive for adding progress bar to the page.\r\n* [**jsonViewer service**](#jsonViewer-service) - all [**<jv-json-viewer></jv-json-viewer> directives**](#jsonViewer-directive) parsing is done in this service.\r\n\r\n## jsonViewer directive\r\nDirective will be replaced by its template. For customization different progress bars you can add classes to it. It will be merged with template classes.\r\n\r\n### Authors and Contributors\r\n2015, Sam Rose (@samrose3), project architecture inspired by Pavel Grinchenko's progress-bars.\r\n\r\n### Support or Contact\r\nHaving trouble with ng-json-viewer? Check out the documentation at https://samrose3.github.com/ng-json-viewer/demo/ or contact [email protected].\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}