1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-16 12:45:49 +02:00
TableFilter/bower.json

31 lines
543 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"
2014-10-26 11:48:13 +01:00
],
"dependencies": {
"requirejs": null
}
2014-10-25 16:05:18 +02:00
}