From 0055660f0ea18c3a4704d7db3b27da0ddc5a3e0d Mon Sep 17 00:00:00 2001 From: liabru Date: Fri, 11 Sep 2015 22:50:29 +0100 Subject: [PATCH] add to npm --- README.md | 5 +++-- package.json | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 package.json diff --git a/README.md b/README.md index 46971ec..26fdfa0 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,10 @@ Please report any [issues](https://github.com/liabru/jquery-match-height/issues) -#### Or install using [Bower](http://bower.io/) +You can also install using the package managers [Bower](http://bower.io/search/?q=matter-js) and [NPM](https://www.npmjs.org/package/matter-js). - bower install matchHeight + bower install jquery-match-height + npm install jquery-match-height ### Usage diff --git a/package.json b/package.json new file mode 100644 index 0000000..f4fb42b --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "jquery-match-height", + "version": "0.6.0", + "license": "MIT", + "homepage": "http://brm.io/jquery-match-height/", + "author": "Liam Brummitt (http://brm.io/)", + "description": "a responsive equal heights plugin for jQuery", + "main": "jquery.matchHeight.js", + "repository": { + "type": "git", + "url": "https://github.com/liabru/jquery-match-height.git" + }, + "keywords": [ + "matchHeight", + "equal", + "match", + "height", + "equalize", + "columns" + ] +}