reactable
Version:
Fast, flexible, simple data tables in React
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "reactable",
"version": "1.1.0",
"description": "Fast, flexible, simple data tables in React",
"main": "./lib/reactable.js",
"repository": {
"type": "git",
"url": "https://github.com/abdulrahman-khankan/reactable.git"
},
"bugs": {
"url": "https://github.com/abdulrahman-khankan/reactable/issues"
},
"author": "Abdul Rahman Khankan",
"license": "MIT",
"homepage": "https://github.com/abdulrahman-khankan/reactable",
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt ci",
"build": "./node_modules/grunt-cli/bin/grunt build"
},
"peerDependencies": {
"react": "* || ^0.14.0"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-babel": "^5.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-file-append": "0.0.6",
"grunt-karma": "^0.12.2",
"grunt-react": "^0.10.0",
"karma": "^1.6.0",
"karma-chrome-launcher": "^0.1.3",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.12",
"load-grunt-tasks": "^3.2.0",
"markdownlint": "0.0.7",
"mocha": "^1.18.2",
"react": "^0.14.0"
},
"keywords": [
"react-component",
"react",
"table",
"data-tables"
]
}