summaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 0d115f2451ca11c4ebf35dc8b7e6f12d36dd778f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "name": "jtable",
  "main": [
    "lib/jquery.jtable.min.js"
  ],
  "version": "2.5.0",
  "authors": [
    "Halil ibrahim Kalkan <hi_kalkan@yahoo.com>"
  ],
  "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.org",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "./components",
    "dev",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": ">=1.9.1",
    "jqueryui": ">=1.9.2"
  }
}