From b7130f71ef1437e7d3e7939bc80194ba827d9820 Mon Sep 17 00:00:00 2001 From: Limon Monte Date: Sat, 14 Jul 2018 00:38:09 +0900 Subject: [PATCH] Create package.json (#149) * Create package.json * Update package.json --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..32869782 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "super-tiny-icons", + "version": "0.1.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" + ] +}