1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-04-27 12:31:58 +02:00

Added bower

This commit is contained in:
Max Guglielmi 2014-10-26 01:05:18 +11:00
parent 30b9db3341
commit affff03fba

27
bower.json Normal file
View file

@ -0,0 +1,27 @@
{
"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"
]
}