react-json-view
Version:
interactive json viewer wrapped up in a react component
97 lines (96 loc) • 2.66 kB
JSON
{
"name": "react-json-view",
"description": "interactive json viewer wrapped up in a react component",
"version": "1.2.1",
"main": "dist/main.js",
"files": [
"dist/"
],
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "~7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-plugin-transform-node-env-inline": "^6.8.0",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"css-loader": "^0.26.1",
"cross-env": "^3.1.4",
"enzyme": "^2.6.0",
"eslint": "~3.14.0",
"eslint-plugin-babel": "~4.0.1",
"eslint-plugin-react": "^6.9.0",
"file-loader": "^0.9.0",
"flux": "^2.1.1",
"html-webpack-plugin": "2.28.0",
"ignore-styles": "^5.0.1",
"mocha": "^2.4.5",
"node-sass": "^3.8.0",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-test-utils": "^15.4.1",
"react-css-themr": "2.0.0",
"react-dom": "^15.4.2",
"react-hot-loader": "^3.0.0-beta.6",
"react-icons": "^2.2.3",
"react-style-proptype": "^2.0.1",
"resolve-url-loader": "1.6.1",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"dependencies": {},
"scripts": {
"start": "node server.js",
"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",
"dev:hot": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "https://github.com/mac-s-g/react-json-view.git"
},
"keywords": [
"component",
"interactive",
"interactive-json",
"json",
"json-component",
"json-display",
"json-tree",
"json-view",
"json-viewer",
"pretty",
"pretty-print",
"print",
"print-json",
"react",
"reactjs",
"react-component",
"responsive",
"responsive-json",
"view",
"viewer"
],
"license": "MIT",
"author": "Mac Gainor",
"bugs": {
"url": "https://github.com/mac-s-g/react-json-view/issues"
},
"homepage": "https://github.com/mac-s-g/react-json-view",
"directories": {
"docs": "docs",
"test": "test"
}
}