Lee Leathers 12 роки тому
батько
коміт
c7306c09ea
1 змінених файлів з 27 додано та 0 видалено
  1. 27 0
      composer.json

+ 27 - 0
composer.json

@@ -0,0 +1,27 @@
+{
+  "name": "fortawesome/font-awesome",
+  "description": "The iconic font designed for Bootstrap",
+  "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
+  "homepage": "http://fontawesome.io/",
+  "authors": [
+    {
+      "name": "Dave Gandy",
+      "email": "dave@fontawesome.io",
+      "role": "Developer",
+      "homepage": "http://twitter.com/byscuits"
+    }
+  ],
+  "extra": {
+    "branch-alias": {
+      "dev-master": "3.2.x-dev"
+    }
+  },
+  "license": [
+      "OFL-1.1",
+      "MIT"
+  ],
+  "require-dev": {
+      "jekyll": "1.0.2",
+      "lessc": "1.3.3"
+  }
+}