diff --git a/README.md b/README.md
index 2b621c64..5744168d 100644
--- a/README.md
+++ b/README.md
@@ -388,6 +388,36 @@ import logo from 'super-tiny-icons/images/svg/github.svg';
The demo repository bootstrapped with `create-react-app`: [create-react-app-super-tiny-icons](https://github.com/limonte/create-react-app-super-tiny-icons)
+## 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/SuperTinyIcons/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/SuperTinyIcons/contribute)]
+
+
+
+
+
+
+
+
+
+
+
+
## Licenses
The majority of these vector logos are based on someone else's work.
diff --git a/package.json b/package.json
index 7f0758a0..2d9b9fb5 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,24 @@
"url": "https://shkspr.mobi/blog/"
},
"keywords": [
- "icons", "svg", "iconset", "logo", "logos", "twitter", "facebook", "svg", "flattr"
- ]
-}
+ "icons",
+ "svg",
+ "iconset",
+ "logo",
+ "logos",
+ "twitter",
+ "facebook",
+ "svg",
+ "flattr"
+ ],
+ "dependencies": {
+ "opencollective-postinstall": "^2.0.2"
+ },
+ "collective": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/SuperTinyIcons"
+ },
+ "scripts": {
+ "postinstall": "opencollective-postinstall || true"
+ }
+}
\ No newline at end of file