forked from edent/SuperTinyIcons
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.1.1. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.1.1) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"name": "super-tiny-icons",
|
|
"version": "0.4.0",
|
|
"description": "Under 1KB each! Super Tiny Icons are miniscule SVG versions of your favourite website and app logos",
|
|
"homepage": "https://github.com/edent/SuperTinyIcons/",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/edent/SuperTinyIcons/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/edent/SuperTinyIcons.git"
|
|
},
|
|
"files": [
|
|
"images/svg/"
|
|
],
|
|
"author": {
|
|
"name": "Terence Eden",
|
|
"url": "https://shkspr.mobi/blog/"
|
|
},
|
|
"keywords": [
|
|
"icons",
|
|
"svg",
|
|
"iconset",
|
|
"logo",
|
|
"logos",
|
|
"twitter",
|
|
"facebook",
|
|
"flattr",
|
|
"drawable"
|
|
],
|
|
"dependencies": {
|
|
"opencollective-postinstall": "^2.0.2"
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/SuperTinyIcons"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/mocha/bin/mocha --timeout 5000",
|
|
"postinstall": "opencollective-postinstall || true"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"mocha": "^8.2.0",
|
|
"node-fetch": "^3.1.1"
|
|
}
|
|
}
|