diff options
-rw-r--r-- | package.json | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/package.json b/package.json index b085e0d..97ef162 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,30 @@ { - "name": "jquery.equalHeights", + "name": "jquery.equalheights", "version": "1.5.3", + "description": "Simple equal heights jQuery plugin", + "main": "jquery.equalheights.min.js", "dependencies": { - "load-grunt-tasks": "~3.3.0" + "load-grunt-tasks": "~3.3.0", + "jquery": ">=1.7" }, "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-jshint": "~0.11.3", "grunt-contrib-uglify": "~0.11.0", "grunt-contrib-watch": "~0.6.1" + }, + "repository": { + "type": "git", + "url": "https://github.com/mattbanks/jQuery.equalHeights" + }, + "keywords": [ + "JavaScript", + "jQuery", + "equal heights" + ], + "author": "Matt Banks <@mattbanks> (mattbanks.me)", + "license": "Dual licensed under the MIT and GPL licenses", + "bugs": { + "url": "https://github.com/mattbanks/jQuery.equalHeights/issues" } } |