diff options
author | Matt Banks <mjbanks@gmail.com> | 2015-12-03 12:43:37 -0500 |
---|---|---|
committer | Matt Banks <mjbanks@gmail.com> | 2015-12-03 12:43:37 -0500 |
commit | bc879d4f13cbc90c52afc1106764b06fa67d49fe (patch) | |
tree | d3264fd1fae3bdb6709bf79fd8781db3f2357a09 | |
parent | 1e50dc032afdfb9c93314bd657a7636ea4d52e10 (diff) | |
download | jQuery.equalHeights-bc879d4f13cbc90c52afc1106764b06fa67d49fe.zip jQuery.equalHeights-bc879d4f13cbc90c52afc1106764b06fa67d49fe.tar.gz jQuery.equalHeights-bc879d4f13cbc90c52afc1106764b06fa67d49fe.tar.bz2 |
add info and change name for npm publishingorigin/develop
-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" } } |