You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

62 lines
1.3 KiB

{
"name": "thanks",
"description": "Give thanks to the open source maintainers you depend on!",
"version": "2.0.0",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "https://feross.org"
},
"bin": "bin/cmd.js",
"bugs": {
"url": "https://github.com/feross/thanks/issues"
},
"dependencies": {
"chalk": "^2.3.0",
"common-tags": "^1.7.2",
"got": "^9.0.0",
"minimist": "^1.2.0",
"npm-registry-client": "^8.5.0",
"opn": "^5.2.0",
"ora": "^3.0.0",
"pify": "^4.0.0",
"pkg-dir": "^3.0.0",
"pkg-up": "^2.0.0",
"prompt-confirm": "^2.0.4",
"read-package-tree": "^5.1.6",
"registry-auth-token": "^3.3.2",
"registry-url": "^4.0.0",
"strip-ansi": "^5.0.0",
"term-size": "^1.2.0",
"text-table": "^0.2.0"
},
"devDependencies": {
"standard": "*"
},
"engines": {
"node": ">=6"
},
"keywords": [
"donate",
"donor",
"earn",
"fund",
"funding",
"open source",
"patreon",
"support",
"sustain",
"sustainability",
"thank you",
"thanks"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/thanks.git"
},
"scripts": {
"test": "standard && ./bin/cmd.js --no-open"
}
}