diff --git a/README.md b/README.md index 484424f..3b81f5d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ -[![Build Status](https://secure.travis-ci.org/RobLoach/docpad-plugin-htmlmin.png?branch=master)](http://travis-ci.org/RobLoach/docpad-plugin-htmlmin "Check this project's build status on TravisCI") -[![NPM version](https://badge.fury.io/js/docpad-plugin-htmlmin.png)](http://badge.fury.io/js/docpad-plugin-htmlmin "View this project on NPM") -[![Gittip button](http://img.shields.io/gittip/RobLoach.png)](https://www.gittip.com/RobLoach/ "Support this project using Gittip") -[![Flattr button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/2257574/RobLoach "Support this project using Flattr") -[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/RobLoach/docpad-plugin-htmlmin/trend.png)](https://bitdeli.com/free "Bitdeli Badge") +[![Build Status](http://img.shields.io/travis-ci/RobLoach/docpad-plugin-htmlmin.png?branch=master)](http://travis-ci.org/RobLoach/docpad-plugin-htmlmin "Check this project's build status on TravisCI") +[![NPM version](http://badge.fury.io/js/docpad-plugin-htmlmin.png)](https://npmjs.org/package/docpad-plugin-htmlmin "View this project on NPM") +[![Dependency Status](https://david-dm.org/RobLoach/docpad-plugin-htmlmin.png?theme=shields.io)](https://david-dm.org/RobLoach/docpad-plugin-htmlmin)
+[![Gittip donate button](http://img.shields.io/gittip/RobLoach.png)](https://www.gittip.com/RobLoach/ "Donate weekly to this project using Gittip") +[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/2257574/RobLoach "Donate monthly to this project using Flattr") @@ -99,13 +99,21 @@ htmlmin: These amazing people are maintaining this project: -- Rob Loach (https://github.com/robloach) +- Rob Loach (http://github.com/RobLoach) + +### Sponsors + +No sponsors yet! Will you be the first? + +[![Gittip donate button](http://img.shields.io/gittip/RobLoach.png)](https://www.gittip.com/RobLoach/ "Donate weekly to this project using Gittip") +[![Flattr donate button](http://img.shields.io/flattr/donate.png?color=yellow)](http://flattr.com/thing/2257574/RobLoach "Donate monthly to this project using Flattr") ### Contributors These amazing people have contributed code to this project: -- Rob Loach (https://github.com/robloach) - [view contributions](https://github.com/RobLoach/docpad-plugin-htmlmin/commits?author=RobLoach) +- [Benjamin Lupton](https://github.com/balupton) — [view contributions](https://github.com/RobLoach/docpad-plugin-htmlmin/commits?author=balupton) +- [RobLoach](https://github.com/RobLoach) — [view contributions](https://github.com/RobLoach/docpad-plugin-htmlmin/commits?author=RobLoach) [Become a contributor!](https://github.com/RobLoach/docpad-plugin-htmlmin/blob/master/CONTRIBUTING.md#files) @@ -118,6 +126,8 @@ These amazing people have contributed code to this project: Licensed under the incredibly [permissive](http://en.wikipedia.org/wiki/Permissive_free_software_licence) [MIT license](http://creativecommons.org/licenses/MIT/) -Copyright © Rob Loach (http://robloach.net) +Copyright © Rob Loach (http://github.com/RobLoach) + + diff --git a/package.json b/package.json index 3c701bd..b3d6cbf 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "title": "HTML-Minifier Plugin for DocPad", "name": "docpad-plugin-htmlmin", - "version": "2.3.1", + "version": "2.3.2", "description": "Adds support to minify HTML in DocPad.", - "license": "MIT", + "license": { + "type": "MIT" + }, "homepage": "http://github.com/robloach/docpad-plugin-htmlmin", "keywords": [ "docpad", @@ -14,14 +16,17 @@ "travis": true, "npm": true, "gittip": "RobLoach", - "flattr": "2257574/RobLoach" + "flattr": "2257574/RobLoach", + "david": true, + "daviddev": false }, - "author": "Rob Loach (http://robloach.net)", + "author": "Rob Loach (http://github.com/RobLoach)", "maintainers": [ - "Rob Loach (http://robloach.net)" + "Rob Loach (http://github.com/RobLoach)" ], "contributors": [ - "Benjamin Lupton (https://github.com/balupton)" + "Benjamin Lupton (https://github.com/balupton)", + "RobLoach (https://github.com/RobLoach)" ], "bugs": { "url": "http://github.com/robloach/docpad-plugin-htmlmin/issues" @@ -30,6 +35,7 @@ "type": "git", "url": "https://github.com/RobLoach/docpad-plugin-htmlmin.git" }, + "repo": "RobLoach/docpad-plugin-htmlmin", "engines": { "node": ">=0.4", "docpad": "6.x" @@ -52,4 +58,4 @@ "peerDependencies": { "docpad": "6" } -} +} \ No newline at end of file