mirror of
https://github.com/koalyptus/TableFilter.git
synced 2026-03-16 23:55:46 +01:00
33 lines
739 B
JSON
33 lines
739 B
JSON
{
|
|
"name": "tablefilter",
|
|
"version": "0.0.1",
|
|
"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": "echo \"No test specified\" && exit 0"
|
|
},
|
|
"devDependencies": {},
|
|
"dependencies": {},
|
|
"bugs": {
|
|
"url": "https://github.com/koalyptus/TableFilter/issues"
|
|
},
|
|
"homepage": "http://koalyptus.github.io/TableFilter"
|
|
}
|