Files
SuperTinyIcons/package.json
Terence Eden 7dd980316d publish npm
2019-07-17 21:27:26 +01:00

43 lines
884 B
JSON

{
"name": "super-tiny-icons",
"version": "0.2.2",
"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",
"svg",
"flattr"
],
"dependencies": {
"opencollective-postinstall": "^2.0.2"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/SuperTinyIcons"
},
"scripts": {
"postinstall": "opencollective-postinstall || true"
}
}