1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-09 18:06:53 +02:00
TableFilter/bower.json
2014-10-26 01:05:18 +11:00

28 lines
459 B
JSON

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