react-matrix-viz
Version:
A react component for creating quick matrix/grid visualizations.
53 lines (52 loc) • 1.32 kB
JSON
{
"name": "react-matrix-viz",
"version": "0.2.2",
"description": "A react component for creating quick matrix/grid visualizations.",
"main": "./lib",
"repository": {
"type": "git",
"url": "https://github.com/nickroberts404/react-matrix-viz.git"
},
"bugs": {
"url": "https://github.com/nickroberts404/react-matrix-viz/issues"
},
"homepage": "https://github.com/nickroberts404/react-matrix-viz",
"scripts": {
"dev": "webpack --watch",
"dev:example": "webpack --watch",
"dist": "webpack",
"example": "live-server example/",
"lint": "eslint src/ || true",
"test": "echo \"Error: no test specified\" && exit 1",
"lib": "babel ./src --out-dir lib",
"prepublish": "npm run dist && npm run lib"
},
"author": "Nick Roberts",
"license": "ISC",
"peerDependencies": {
"react": ">=15.0.2",
"lodash": ">= 3.5.0"
},
"dependencies": {
"radium": "^0.17.1",
"react": "^15.0.2",
"react-dom": "^15.0.2"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"webpack": "^1.13.0"
},
"keywords": [
"react-component",
"matrix",
"grid",
"viz",
"data",
"visualization",
"cell"
]
}