summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
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 0000000..587fa8e
--- /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"
+}