{ "name": "tablefilter", "version": "0.2.64", "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.14.0", "babel-eslint": "6.1.2", "babel-loader": "^6.2.5", "babel-preset-es2015": "^6.14.0", "babel-plugin-transform-es2015-classes": "^6.14.0", "clean-webpack-plugin": "^0.1.9", "grunt": "^1.0.1", "grunt-babel": "^6.0.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-connect": "^1.0.2", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-qunit": "^1.1.0", "grunt-contrib-stylus": "^1.2.0", "grunt-contrib-watch": "^1.0.0", "grunt-esdoc": "^0.0.4", "grunt-eslint": "19.0.0", "grunt-gh-pages": "^2.0.0", "grunt-string-replace": "^1.3.0", "grunt-webpack": "^1.0.14", "script-loader": "^0.7.0", "string-replace-webpack-plugin": "^0.0.3", "webpack": "^1.13.2", "webpack-dev-server": "^1.15.1" }, "dependencies": {}, "bugs": { "url": "https://github.com/koalyptus/TableFilter/issues" }, "homepage": "http://koalyptus.github.io/TableFilter" }