From 84aadba23aab01dc3acbd15967a6a5b5d7a2fd3a Mon Sep 17 00:00:00 2001 From: Xavier Damman Date: Fri, 27 Oct 2017 10:26:05 +0900 Subject: [PATCH] Activating Open Collective (#3806) * Added backers and sponsors on the README * Added call to donate after npm install * Update package.json --- README.md | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 5 ++++ 2 files changed, 79 insertions(+) diff --git a/README.md b/README.md index 27708b00..7b1bc1fc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ ![Parse Server logo](.github/parse-server-logo.png?raw=true) +[![Backers on Open Collective](https://opencollective.com/parse-server/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/parse-server/sponsors/badge.svg)](#sponsors) [![Build Status](https://img.shields.io/travis/parse-community/parse-server/master.svg?style=flat)](https://travis-ci.org/parse-community/parse-server) [![Coverage Status](https://img.shields.io/codecov/c/github/parse-community/parse-server/master.svg)](https://codecov.io/github/parse-community/parse-server?branch=master) [![npm version](https://img.shields.io/npm/v/parse-server.svg?style=flat)](https://www.npmjs.com/package/parse-server) @@ -378,3 +379,76 @@ We really want Parse to be yours, to see it grow and thrive in the open source c ----- As of April 5, 2017, Parse, LLC has transferred this code to the parse-community organization, and will no longer be contributing to or distributing this code. + + +# Backers + +Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/parse-server#backer)] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +# Sponsors + +Become a sponsor and get your logo on our README on Github with a link to your site. [[Become a sponsor](https://opencollective.com/parse-server#sponsor)] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/package.json b/package.json index 5a339cb7..fa65e8cc 100644 --- a/package.json +++ b/package.json @@ -88,5 +88,10 @@ "optionalDependencies": { "bcrypt": "1.0.3", "uws": "^8.14.1" + }, + "collective": { + "type": "opencollective", + "url": "https://opencollective.com/parse-server", + "logo": "https://opencollective.com/parse-server/logo.txt?reverse=true&variant=binary" } }