summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Bisheimer <gbisheimer@bys-control.com.ar>2015-04-15 03:31:55 -0300
committerGuillermo Bisheimer <gbisheimer@bys-control.com.ar>2015-04-15 03:31:55 -0300
commitf9d8965af275d94d281e35134374bf3b0ee5020a (patch)
treead0f80f2887be91293c43df9f60528f664be6332
parent8b87e943c9a220724f2fd35778cf500492f7d5a7 (diff)
downloadjtable-f9d8965af275d94d281e35134374bf3b0ee5020a.zip
jtable-f9d8965af275d94d281e35134374bf3b0ee5020a.tar.gz
jtable-f9d8965af275d94d281e35134374bf3b0ee5020a.tar.bz2
Adds bower.json file
-rw-r--r--bower.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..2260ac2
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,35 @@
+{
+ "name": "jtable",
+ "main": [
+ "lib/jquery.jtable.min.js"
+ ],
+ "version": "2.4.0",
+ "authors": [
+ "Halil ibrahim Kalkan <halil@jtable.org>"
+ ],
+ "description": "A JQuery plugin to create AJAX based CRUD tables (grids). It supports paging, sorting, selecting, master/child tables, show/hide/resize columns, localization, themes and more.A JQuery plugin to create AJAX based CRUD tables (grids). It supports paging, sorting, selecting, master/child tables, show/hide/resize columns, localization, themes and more.",
+ "keywords": [
+ "ajax",
+ "table",
+ "grid",
+ "crud",
+ "jtable",
+ "paging",
+ "sorting"
+ ],
+ "license": "MIT",
+ "homepage": "http://www.jtable.orghttp://www.jtable.org",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "./components",
+ "dev",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "jquery": ">=1.9.1",
+ "jqueryui": ">=1.9.2"
+ }
+}