mirror of https://github.com/feross/funding
46 lines
999 B
JSON
46 lines
999 B
JSON
{
|
|
"name": "funding",
|
|
"description": "Get open source maintainers paid",
|
|
"version": "1.0.4",
|
|
"author": {
|
|
"name": "Feross Aboukhadijeh",
|
|
"email": "feross@feross.org",
|
|
"url": "https://feross.org"
|
|
},
|
|
"bin": {
|
|
"funding": "bin/funding.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/feross/funding/issues"
|
|
},
|
|
"dependencies": {
|
|
"boxen": "^3.2.0",
|
|
"chalk": "^2.4.2",
|
|
"ci-info": "^2.0.0",
|
|
"term-size": "^2.1.0",
|
|
"word-wrap": "^1.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"standard": "*",
|
|
"tape": "^4.11.0"
|
|
},
|
|
"homepage": "https://github.com/feross/funding",
|
|
"keywords": [
|
|
"funding",
|
|
"maintainers",
|
|
"open source",
|
|
"sustainability"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feross/funding.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node bin/funding.js",
|
|
"start": "node bin/funding.js",
|
|
"test": "standard && node bin/funding.js && tape test/*.js"
|
|
}
|
|
}
|