diff --git a/bower.json b/bower.json index 3b786b7bc..4428d538a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "gridstack", - "version": "0.2.2", + "version": "0.2.3", "homepage": "https://github.com/troolee/gridstack.js", "authors": [ "Pavel Reznikov " diff --git a/package.json b/package.json new file mode 100644 index 000000000..dab447b5b --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "gridstack", + "version": "0.2.3", + "description": "gridstack.js is a jQuery plugin for widget layout", + "repository": { + "type": "git", + "url": "git+https://github.com/troolee/gridstack.js.git" + }, + "keywords": [ + "gridstack", + "grid", + "gridster", + "layout", + "jquery" + ], + "author": "Pavel Reznikov ", + "license": "MIT", + "bugs": { + "url": "https://github.com/troolee/gridstack.js/issues" + }, + "homepage": "http://troolee.github.io/gridstack.js/" +}