package.json: Add funding section
[poolifier.git] / package.json
index ea5bd02c3e8f858d21060609979956441b6e452b..db95cb02f2a39cecb503d95900fbe32d3a289533 100644 (file)
@@ -2,6 +2,7 @@
   "name": "poolifier",
   "version": "2.3.7",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
+  "license": "MIT",
   "main": "lib/index.js",
   "scripts": {
     "prepare": "node prepare.js",
       "url": "https://github.com/jerome-benoit"
     }
   ],
-  "license": "MIT",
+  "funding": [
+    {
+      "type": "opencollective",
+      "url": "https://opencollective.com/poolifier"
+    }
+  ],
   "bugs": {
     "url": "https://github.com/poolifier/poolifier/issues"
   },