This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/opencollective-postinstall/package.json

33 lines
787 B
JSON

{
"name": "opencollective-postinstall",
"version": "2.0.3",
"description": "Lightweight npm postinstall message to invite people to donate to your collective",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opencollective/opencollective-postinstall.git"
},
"files": [
"index.js"
],
"bin": "index.js",
"keywords": [
"opencollective",
"donation",
"funding",
"sustain"
],
"author": "Xavier Damman (@xdamman)",
"license": "MIT",
"bugs": {
"url": "https://github.com/opencollective/opencollective-postinstall/issues"
},
"homepage": "https://github.com/opencollective/opencollective-postinstall#readme",
"devDependencies": {
"jest": "^26.0.1"
}
}