diff --git a/bower.json b/bower.json index 7a238b9..595ec07 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery.columnizer", - "version": "1.6.2", + "version": "1.6.3", "description": "Automatically layout your content in newspaper column format. Specify column width or a static number of columns.", "main": "src/jquery.columnizer.js", "author": "Adam Wulf", diff --git a/package.json b/package.json new file mode 100644 index 0000000..6dbabea --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "jquery.columnizer", + "version": "1.6.3", + "description": "Automatically layout your content in newspaper column format. Specify column width or a static number of columns.", + "main": "src/jquery.columnizer.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/adamwulf/Columnizer-jQuery-Plugin.git" + }, + "keywords": [ + "jquery", + "layout", + "column" + ], + "author": "Adam Wulf", + "license": "ISC", + "bugs": { + "url": "https://github.com/adamwulf/Columnizer-jQuery-Plugin/issues" + }, + "homepage": "https://github.com/adamwulf/Columnizer-jQuery-Plugin#readme" +}