1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-17 05:46:39 +02:00
TableFilter/bower.json
2015-02-20 15:03:57 +11:00

38 lines
615 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.js",
"dist/filtergrid.css"
],
"moduleType": [
"amd",
"globals"
],
"keywords": [
"html",
"table",
"filtering",
"filter"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"libs"
],
"dependencies": {
"almond": "~0.3.0",
"requirejs": null
}
}