summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.npmignore1
-rw-r--r--bower.json4
-rw-r--r--jTable.jquery.json2
-rw-r--r--package.json25
4 files changed, 29 insertions, 3 deletions
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..698ddb1
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1 @@
+dev/build \ No newline at end of file
diff --git a/bower.json b/bower.json
index a83ea15..575bc2a 100644
--- a/bower.json
+++ b/bower.json
@@ -3,9 +3,9 @@
"main": [
"lib/jquery.jtable.min.js"
],
- "version": "2.4.0",
+ "version": "2.4.1",
"authors": [
- "Halil ibrahim Kalkan <halil@jtable.org>"
+ "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": [
diff --git a/jTable.jquery.json b/jTable.jquery.json
index 1c36057..a3c8830 100644
--- a/jTable.jquery.json
+++ b/jTable.jquery.json
@@ -11,7 +11,7 @@
"paging",
"sorting"
],
- "version": "2.4.0",
+ "version": "2.4.1",
"author": {
"name": "Halil ibrahim Kalkan",
"email": "halil@jtable.org",
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..bed60b9
--- /dev/null
+++ b/package.json
@@ -0,0 +1,25 @@
+{
+ "name": "jtable",
+ "version": "2.4.1",
+ "description": "A JQuery plugin to create AJAX based CRUD tables.",
+ "main": "lib/jquery.jtable.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/hikalkan/jtable.git"
+ },
+ "keywords": [
+ "ajax",
+ "table",
+ "grid",
+ "crud"
+ ],
+ "author": "Halil ibrahim Kalkan",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/hikalkan/jtable/issues"
+ },
+ "homepage": "http://jtable.org/"
+}