nsedit/jTable.jquery.json
Mark Schouten 5500cf75c0 Squashed 'jtable/' content from commit 1a6e6ab
git-subtree-dir: jtable
git-subtree-split: 1a6e6ab44e57f1cea35a1b7168a8c8ef319d5a81
2016-08-05 12:52:54 +02:00

41 lines
No EOL
1.1 KiB
JSON

{
"name": "jTable",
"title": "jTable",
"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.",
"keywords": [
"ajax",
"table",
"grid",
"crud",
"jtable",
"paging",
"sorting"
],
"version": "2.4.0",
"author": {
"name": "Halil ibrahim Kalkan",
"email": "halil@jtable.org",
"url": "http://www.halilibrahimkalkan.com"
},
"maintainers": [
{
"name": "Halil ibrahim Kalkan",
"email": "halil@jtable.org",
"url": "http://www.halilibrahimkalkan.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://en.wikipedia.org/wiki/MIT_License"
}
],
"bugs": "https://github.com/hikalkan/jtable/issues",
"homepage": "http://www.jtable.org",
"docs": "http://jtable.org/Home/Documents",
"download": "http://jtable.org/Home/Downloads",
"dependencies": {
"jquery": ">=1.9.1",
"jqueryui": ">=1.9.2"
}
}