1
1
mirror of https://github.com/namibia/file-icon-vectors.git synced 2024-06-02 04:00:47 +00:00

Added packager files

This commit is contained in:
Daniel Hendricks 2017-09-06 21:47:47 -05:00
parent a2a9027082
commit 940f2fb119
2 changed files with 62 additions and 0 deletions

33
bower.json Normal file
View File

@ -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"
}
}

29
composer.json Normal file
View File

@ -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/**"
]
}
}
}