react-panels
Version:
React.js panel component with tabs, toolbars, buttons, floating windows and customizable themes
47 lines (46 loc) • 1.06 kB
JSON
{
"name": "react-panels",
"version": "2.5.1",
"description": "React.js panel component with tabs, toolbars, buttons, floating windows and customizable themes",
"repository": {
"type": "git",
"url": "https://github.com/Theadd/react-panels.git"
},
"keywords": [
"react",
"panel",
"widget",
"window",
"tabbed",
"javascript",
"browser",
"react-component"
],
"author": {
"name": "theadd",
"url": "https://github.com/Theadd/"
},
"bugs": {
"url": "https://github.com/Theadd/react-panels/issues"
},
"homepage": "http://theadd.github.io/react-panels/",
"license": "MIT",
"files": [
"README.md",
"addons.js",
"index.js",
"dist/"
],
"main": "index.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.5.7",
"grunt-react": "^0.10.0"
},
"dependencies": {
"react": "^0.13.1"
}
}