1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-05 15:32:26 +02:00
TableFilter/bower.json

28 lines
496 B
JSON
Raw Normal View History

2014-10-25 16:05:18 +02:00
{
"name": "TableFilter",
"version": "3.0.0",
"homepage": "https://github.com/koalyptus/TableFilter",
"authors": [
2014-10-26 02:42:34 +01:00
"Max Guglielmi"
2014-10-25 16:05:18 +02:00
],
"description": "Filter HTML tables data easily",
2014-10-26 02:42:34 +01:00
"main": ["dist/tablefilter_all.js", "dist/filtergrid.css"],
2014-10-25 16:05:18 +02:00
"moduleType": [
"globals"
],
"keywords": [
"html",
"table",
"filter"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}