summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jTable.jquery.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/jTable.jquery.json b/jTable.jquery.json
new file mode 100644
index 0000000..67d1601
--- /dev/null
+++ b/jTable.jquery.json
@@ -0,0 +1,41 @@
+{
+ "name": "jTable",
+ "title": "jTable",
+ "description": "A JQuery plugin to create AJAX based CRUD tables",
+ "keywords": [
+ "ajax",
+ "table",
+ "grid",
+ "crud",
+ "jtable",
+ "paging",
+ "sorting"
+ ],
+ "version": "2.0.1",
+ "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.6",
+ "jqueryui": ">=1.8"
+ }
+} \ No newline at end of file