react-json-view
Advanced tools
Comparing version 1.5.3 to 1.6.0
{ | ||
"name": "react-json-view", | ||
"description": "interactive json viewer wrapped up in a react component", | ||
"version": "1.5.3", | ||
"version": "1.6.0", | ||
"main": "dist/main.js", | ||
@@ -31,2 +31,3 @@ "files": [ | ||
"ignore-styles": "^5.0.1", | ||
"jsdom": "^9.12.0", | ||
"mocha": "^3.2.0", | ||
@@ -53,5 +54,3 @@ "node-sass": "^3.8.0", | ||
"build": "webpack --display-error-details --progress", | ||
"testonly": "mocha $npm_package_options_mocha", | ||
"test": "npm run lint && npm run testonly", | ||
"test-watch": "npm run testonly -- --watch --watch-extensions js", | ||
"test": "mocha -w --require ignore-styles /react/test/helpers/browser.js /react/test/*test.js /react/test/**/*test.js", | ||
"dev:hot": "webpack-dev-server" | ||
@@ -58,0 +57,0 @@ }, |
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/rjv-icon-alt.png?raw=true) | ||
# react-json-view | ||
Interactive JSON viewer wrapped up in a react component. | ||
Interactive react component for displaying javascript **arrays** and **JSON objects**. | ||
This component provides a responsive interface for displaying JSON in a web browser. NPM offers a distribution of the source that's transpiled to ES5; so you can include this component with *any web-based javascript application*. | ||
This component provides a responsive interface for displaying ARRAYS or JSON in a web browser. NPM offers a distribution of the source that's transpiled to ES5; so you can include this component with *any web-based javascript application*. | ||
@@ -51,3 +51,3 @@ * Check out an [interactive demo here](https://mac-s-g.github.io/react-json-view/example/example.html). | ||
### Working with the source code: | ||
### Contributing to the source code: | ||
#### Standard Workflow | ||
@@ -54,0 +54,0 @@ 1. Clone this repo |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2314524
9906
38