From 940f2fb11990e58866302cf47377b5e0bcce7835 Mon Sep 17 00:00:00 2001 From: Daniel Hendricks Date: Wed, 6 Sep 2017 21:47:47 -0500 Subject: [PATCH] Added packager files --- bower.json | 33 +++++++++++++++++++++++++++++++++ composer.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 bower.json create mode 100644 composer.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..74e4f74 --- /dev/null +++ b/bower.json @@ -0,0 +1,33 @@ +{ + "name": "file-icon-vectors", + "description": "A collection of file type icons in SVG format.", + "version": "0.1.0", + "main": "css/file-icon-vectors.min.css", + "license": "MIT", + "ignore": [ + "**/.*", + "sass", + "*.json", + "*.md" + ], + "keywords": [ + "file", + "icons", + "svg", + "css" + ], + "authors": [ + { + "name": "Redbooth", + "homepage": "https://redbooth.com/" + }, + { + "name": "Daniel M. Hendricks", + "homepage": "https://danhendricks.com/" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/dmhendricks/file-icon-vectors.git" + } +} diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..272d6f9 --- /dev/null +++ b/composer.json @@ -0,0 +1,29 @@ +{ + "name": "dmhendricks/file-icon-vectors", + "type": "component", + "description": "A collection of file type icons in SVG format.", + "keywords": [ "file", "icon", "svg", "css" ], + "license": "MIT", + "authors": [ + "Daniel M. Hendricks", + "Redbooth (https://redbooth.com/)" + ], + "support": { + "issues": "https://github.com/dmhendricks/dmhendricks/file-icon-vectors" + }, + "style": "css/file-icon-vectors.css", + "sass": "scss/file-icon-vectors.scss", + "repository": { + "type": "git", + "url": "https://github.com/dmhendricks/file-icon-vectors.git" + }, + "extra": { + "component": { + "name": "file-icon-vectors", + "files": [ + "css/**", + "icons/**" + ] + } + } +}