Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2021-10-12 20:18:59 +0300
committerGitHub <noreply@github.com>2021-10-12 20:18:59 +0300
commit92b9914c84a3392b8eafd35a3941ab3822a99683 (patch)
tree52e85641b38671787754a11801b0ec26fd59dca0 /composer.json
parentf13b9d5d8d85cfd0779ecf391c9f36e3cbaa2683 (diff)
Composer support (#1038)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 000000000..587fa8e10
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,21 @@
+{
+ "name": "twbs/bootstrap-icons",
+ "description": "Official open source SVG icon library for Bootstrap",
+ "keywords": [
+ "bootstrap",
+ "icons",
+ "svg",
+ "icon font"
+ ],
+ "homepage": "https://icons.getbootstrap.com/",
+ "authors": [
+ {
+ "name": "Mark Otto",
+ "email": "markdotto@gmail.com"
+ }
+ ],
+ "support": {
+ "issues": "https://github.com/twbs/icons/issues"
+ },
+ "license": "MIT"
+}