diff --git a/README.md b/README.md index 5f0a5338..3b545a9c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # MailChecker -[![Build Status](https://img.shields.io/circleci/project/FGRibreau/mailchecker.svg)](https://circleci.com/gh/FGRibreau/mailchecker/) [![Deps]( https://img.shields.io/david/FGRibreau/mailchecker.svg)](https://david-dm.org/FGRibreau/mailchecker) [![NPM version](https://img.shields.io/npm/v/mailchecker.svg)](http://badge.fury.io/js/mailchecker) [![Gem version](https://img.shields.io/gem/v/ruby-mailchecker.svg)](http://badge.fury.io/js/mailchecker) [![Packagist version](https://img.shields.io/packagist/v/FGRibreau/mailchecker.svg)](https://packagist.org/packages/fgribreau/mailchecker) [![Downloads](http://img.shields.io/npm/dm/mailchecker.svg)](https://www.npmjs.com/package/mailchecker) +[![Build Status](https://img.shields.io/circleci/project/FGRibreau/mailchecker.svg)](https://circleci.com/gh/FGRibreau/mailchecker/) [![Deps]( https://img.shields.io/david/FGRibreau/mailchecker.svg)](https://david-dm.org/FGRibreau/mailchecker) [![NPM version](https://img.shields.io/npm/v/mailchecker.svg)](http://badge.fury.io/js/mailchecker) [![Gem version](https://img.shields.io/gem/v/ruby-mailchecker.svg)](http://badge.fury.io/js/mailchecker) [![Packagist version](https://img.shields.io/packagist/v/FGRibreau/mailchecker.svg)](https://packagist.org/packages/fgribreau/mailchecker) [![Downloads](http://img.shields.io/npm/dm/mailchecker.svg)](https://www.npmjs.com/package/mailchecker) [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/francois-guillaume-ribreau?utm_source=github&utm_medium=button&utm_term=francois-guillaume-ribreau&utm_campaign=github) [![available-for-advisory](https://img.shields.io/badge/available%20for%20advising-yes-ff69b4.svg?)](http://bit.ly/2c7uFJq) ![extra](https://img.shields.io/badge/actively%20maintained-yes-ff69b4.svg?) @@ -20,8 +20,8 @@ This will be very helpful when you have to contact your users and you want to av

Start administrating your Redis servers now

--> -> Need to embed a charts into an email? -> +> Need to embed a charts into an email? +> > It's over with [Image-Charts](https://image-charts.com), no more server-side rendering pain, 1 url = 1 chart. ``` @@ -215,13 +215,70 @@ Just run (requires NodeJS): npm run build ``` -## Donate + + +

Backers

+ +

Maintainers

+ +These amazing people are maintaining this project: + + + +

Sponsors

+ +No sponsors yet! Will you be the first? + +Patreon donate button +Gratipay donate button +Flattr donate button +PayPal donate button +Bitcoin donate button + +

Contributors

+ +These amazing people have contributed code to this project: + + + + + + -I maintain this project in my free time, if it helped you please support my work [via paypal](https://paypal.me/fgribreau) or [Bitcoins](https://www.coinbase.com/fgribreau), thanks a lot! ## [Changelog](/CHANGELOG.md) + + +

License

+ +Unless stated otherwise all works are: + + + +and licensed under: + + -## License -Copyright (c) Francois-Guillaume Ribreau -Licensed under the MIT license. + diff --git a/package.json b/package.json index 91715140..49704f14 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,10 @@ "main": "platform/node/", "scripts": { "test": "mocha -r should -R spec -G -u tdd", - "build": "node gen.js", + "build": "node gen.js && npm run compile", "phptest": "npm run build && php test/*.php", "watch": "mocha -r should -R spec -G -u tdd -w", + "compile": "projectz compile", "changelog": "github-changes --o $(node -p 'process.env.npm_package_repository_url.split(\"/\")[3];') --r $(node -p 'a=process.env.npm_package_repository_url.split(\"/\");a[a.length-1].split(\".\")[0]') --token $CHANGELOG_GITHUB_TOKEN_FG -f CHANGELOG.md", "changelog-git": "npm run changelog && git add CHANGELOG.md && git commit -m 'docs(changelog): updated' && git push origin master", "release-after-pr": "git pull --rebase && npm run build && npm run test && git commit -a -m 'feat(build): update plateform files' && npm run release-patch", @@ -26,6 +27,57 @@ "engines": { "node": "0.10" }, + "browsers": false, + "maintainers": [ + "Francois-Guillaume Ribreau (http://bit.ly/2c7uFJq)" + ], + "sponsors": [], + "contributors": [ + "Owen Stephens (http://www.owenstephens.co.uk)", + "Jacob Burenstam (http://jacobburenstam.com)", + "Herman Slatman (http://hermanslatman.nl)", + "trisix (https://github.com/trisix)", + "Greenkeeper (http://greenkeeper.io/)", + "Dustin Clark (http://wusty.io)", + "Anton Zhiyanov (http://antonz.ru/)", + "Bruel Nicolas (https://github.com/NBruel)", + "Robin (https://github.com/R-J)", + "Spir (https://github.com/Spir)", + "Vincent Giersch (http://flat.io)", + "watadarkstar (https://github.com/watadarkstar)", + "Dave Powers (http://djpowers.github.io)", + "Frank Phillips (https://github.com/frankydp)", + "LuckyDino (https://github.com/LuckyDino)", + "ven (https://github.com/vendethiel)", + "Romain Gay (http://www.linkedin.com/in/romaingay)", + "Sebastian Cohnen (http://stormforger.com)", + "Dalai (https://github.com/dav1a1223)", + "quaswex (https://github.com/quaswex)", + "sxyuan (https://github.com/sxyuan)", + "Francois-Guillaume Ribreau (http://bit.ly/2c7uFJq)" + ], + "badges": { + "list": [ + "travisci", + "npmversion", + "npmdownloads", + "daviddm", + "daviddmdev", + "---", + "patreon", + "gratipay", + "flattr", + "paypal", + "bitcoin" + ], + "config": { + "patreonUsername": "fgribreau", + "gratipayUsername": "fgribreau", + "flattrUsername": "fgribreau", + "paypalURL": "https://fgribreau.me/paypal", + "bitcoinURL": "https://www.coinbase.com/fgribreau" + } + }, "author": "Francois-Guillaume Ribreau (http://fgribreau.com)", "license": "MIT", "dependencies": { @@ -41,7 +93,11 @@ "github-changes": "^1.0.2", "mocha": "3.2.0", "nodeunit": "0.10.2", + "projectz": "^1.3.2", "should": "^11.1.0" }, - "optionalDependencies": {} + "optionalDependencies": {}, + "bugs": { + "url": "https://github.com/FGRibreau/mailchecker/issues" + } }