@alexkuz/react-json-tree
Version:
React JSON Viewer Component, Extracted from redux-devtools
59 lines (58 loc) • 1.93 kB
JSON
{
"name": "@alexkuz/react-json-tree",
"version": "0.5.3",
"description": "React JSON Viewer Component, Extracted from redux-devtools",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf lib",
"build": "babel src --out-dir lib",
"lint": "eslint src test examples",
"test": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive",
"test:watch": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive --watch",
"test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- --recursive",
"prepublish": "npm run lint && npm run test && npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/chibicode/react-json-tree.git"
},
"keywords": [
"react",
"json viewer"
],
"author": "Shu Uesugi <shu@chibicode.com> (http://github.com/chibicode)",
"contributors": [
"Dave Vedder <veddermatic@gmail.com> (http://www.eskimospy.com/)",
"Daniele Zannotti <dzannotti@me.com> (http://www.github.com/dzannotti)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/chibicode/react-json-tree/issues"
},
"homepage": "https://github.com/chibicode/react-json-tree",
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.17",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.3",
"babel-preset-es2015-loose": "^6.1.3",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-react": "^6.3.13",
"eslint": "^0.23",
"eslint-config-airbnb": "0.0.6",
"eslint-plugin-react": "^2.3.0",
"expect": "^1.6.0",
"isparta": "^3.0.3",
"mocha": "^2.2.5",
"rimraf": "^2.3.4"
},
"peerDependencies": {
"react": "^0.14.0"
},
"dependencies": {
"babel-plugin-transform-runtime": "^6.5.0",
"babel-runtime": "^6.3.13",
"react-mixin": "^1.7.0"
}
}