1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-11 19:06:50 +02:00
TableFilter/bower.json
2014-10-26 12:42:34 +11:00

28 lines
496 B
JSON

{
"name": "TableFilter",
"version": "3.0.0",
"homepage": "https://github.com/koalyptus/TableFilter",
"authors": [
"Max Guglielmi"
],
"description": "Filter HTML tables data easily",
"main": ["dist/tablefilter_all.js", "dist/filtergrid.css"],
"moduleType": [
"globals"
],
"keywords": [
"html",
"table",
"filter"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}