1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-05-12 11:27:24 +02:00
TableFilter/bower.json
2014-11-02 01:34:37 +11:00

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