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

37 lines
602 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",
"main": [
"dist/tablefilter_all.js",
"dist/filtergrid.css"
],
2014-10-25 16:05:18 +02:00
"moduleType": [
"amd",
2014-10-25 16:05:18 +02:00
"globals"
],
"keywords": [
"html",
"table",
"filter"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"libs"
2014-10-26 11:48:13 +01:00
],
"dependencies": {
"almond": "~0.3.0",
2014-10-26 11:48:13 +01:00
"requirejs": null
}
2014-10-25 16:05:18 +02:00
}