{ "name": "tablefilter", "version": "0.2.0", "description": "A Javascript library making HTML tables filterable and a bit more", "license": "MIT", "author": { "name": "Max Guglielmi", "url": "https://github.com/koalyptus" }, "repository": { "type": "git", "url": "https://github.com/koalyptus/TableFilter.git" }, "keywords": [ "filter", "table", "javascript", "filterable", "grid", "datagrid", "sort", "pagination" ], "scripts": { "test": "grunt test" }, "publishConfig": { "tag": "next" }, "devDependencies": { "babel-core": "^6.7.2", "babel-eslint": "5.0.0", "babel-loader": "^6.0.1", "babel-preset-es2015": "^6.5.0", "clean-webpack-plugin": "^0.1.3", "estraverse": "4.2.0", "estraverse-fb": "1.3.1", "grunt": "^0.4.5", "grunt-babel": "^6.0.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-connect": "^1.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-qunit": "^1.0.1", "grunt-contrib-stylus": "^1.2.0", "grunt-contrib-watch": "^1.0.0", "grunt-esdoc": "^0.0.2", "grunt-eslint": "18.0.0", "grunt-gh-pages": "^1.0.0", "grunt-string-replace": "^1.2.0", "grunt-webpack": "^1.0.8", "script-loader": "^0.6.1", "string-replace-webpack-plugin": "^0.0.3", "webpack": "^1.8.10", "webpack-dev-server": "^1.8.2" }, "dependencies": {}, "bugs": { "url": "https://github.com/koalyptus/TableFilter/issues" }, "homepage": "http://koalyptus.github.io/TableFilter" }