mirror of
https://github.com/namibia/file-icon-vectors.git
synced 2025-01-13 00:21:13 +00:00
Added packager files
This commit is contained in:
parent
a2a9027082
commit
940f2fb119
33
bower.json
Normal file
33
bower.json
Normal 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
29
composer.json
Normal 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/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user