diff --git a/README.md b/README.md index 876f3949..c1dce080 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-
+
@@ -71,3 +71,33 @@ A professional **installation service** is offered by Alt Three Services Limited
## Sponsorship
You can sponsor Cachet at our [Patreon page](https://patreon.com/jbrooksuk).
+
+## Contributors
+
+### Code Contributors
+
+This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
+
+
+### Financial Contributors
+
+Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/Cachet/contribute)]
+
+#### Individuals
+
+
+
+#### Organizations
+
+Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/Cachet/contribute)]
+
+
+
+
+
+
+
+
+
+
+
diff --git a/package.json b/package.json
index e65091ec..47431cf1 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,8 @@
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
- "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
+ "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
+ "postinstall": "opencollective-postinstall || true"
},
"devDependencies": {
"animate-sass": "^0.8.2",
@@ -35,5 +36,12 @@
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
- "private": true
-}
+ "private": true,
+ "dependencies": {
+ "opencollective-postinstall": "^2.0.2"
+ },
+ "collective": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/Cachet"
+ }
+}
\ No newline at end of file