@daphneb/phonereporting
Version:
54 lines (53 loc) • 1.22 kB
JSON
{
"name": "griddle-react",
"homepage": "https://github.com/GriddleGriddle/Griddle",
"authors": [
"Ryan Lanciaux"
],
"description": "Griddle - A fast and flexible grid component for React.",
"main": "build/griddle.js",
"moduleType": [
"node"
],
"keywords": [
"react-component",
"grid",
"react",
"pagination",
"sort"
],
"license": "MIT",
"dependencies": {
"react": ">=0.12.0",
"underscore": ">= 1.6.0 < 2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-6to5": "^3.0.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-include-replace": "~2.0.0",
"grunt-jsxhint": "^0.4.0",
"grunt-markdown": "~0.6.1",
"grunt-open": "^0.2.3",
"grunt-react": "~0.10.0",
"grunt-webpack": "~1.0.8",
"6to5-jest": "*",
"jest-cli": "*",
"jsx-loader": "~0.12.x",
"react-chartist": "~0.2.1",
"react-tools": "~0.12.x",
"underscore": "~1.6.0",
"webpack": "~1.3.3-beta1",
"webpack-dev-server": "~1.7.0"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}