diff options
author | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-01-24 20:36:21 +0200 |
---|---|---|
committer | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-01-24 20:36:21 +0200 |
commit | 0924857c71bdbe7b1b6e117f48177eacbff0dea1 (patch) | |
tree | cf6dcdfbc1b24e02301d9b1cc1c77f1644fd2266 | |
parent | f5d582f795149e4a1555ecaf858cfc40d5484770 (diff) | |
download | jtable-0924857c71bdbe7b1b6e117f48177eacbff0dea1.zip jtable-0924857c71bdbe7b1b6e117f48177eacbff0dea1.tar.gz jtable-0924857c71bdbe7b1b6e117f48177eacbff0dea1.tar.bz2 |
jquery plug-in manifest
-rw-r--r-- | jtable.jquery.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/jtable.jquery.json b/jtable.jquery.json new file mode 100644 index 0000000..64729ed --- /dev/null +++ b/jtable.jquery.json @@ -0,0 +1,41 @@ +{
+ "name": "jTable",
+ "title": "jQuery jTable",
+ "description": "A JQuery plugin to create AJAX based CRUD tables",
+ "keywords": [
+ "ajax",
+ "table",
+ "grid",
+ "crud",
+ "jtable",
+ "paging",
+ "sorting",
+ "master child"
+ ],
+ "version": "2.0.1",
+ "author": {
+ "name": "Halil ibrahim Kalkan",
+ "url": "http://www.halilibrahimkalkan.com"
+ },
+ "maintainers": [
+ {
+ "name": "Halil ibrahim Kalkan",
+ "email": "developer@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 |