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

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Forsyth <jared@jaredforsyth.com>2013-06-22 03:05:06 +0400
committerJared Forsyth <jared@jaredforsyth.com>2013-06-22 03:09:26 +0400
commitabc6f538c10ebd759f8f855a6a1f97641fd7d28e (patch)
treed32a939d2613cd61e959978a46aa705c8b0be874
parentb1a8ad47303509e70e56079396fad2afadfd96d5 (diff)
adding component package definition
-rw-r--r--README.md11
-rw-r--r--component.json20
2 files changed, 31 insertions, 0 deletions
diff --git a/README.md b/README.md
index ca526d9c0..e7d5210a5 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,17 @@ For more information on SemVer, please visit http://semver.org.
- GitHub: https://github.com/davegandy
- Work: Lead Product Designer @ http://kyru.us
+##Component
+To include as a [component](http://github.com/component/component), just run
+
+ $ component install FortAwesome/Font-Awesome
+
+Or add
+
+ "FortAwesome/Font-Awesome": "*"
+
+to the `dependencies` in your `component.json`.
+
## Hacking on Font Awesome
From the root of the repository, install the tools used to develop.
diff --git a/component.json b/component.json
new file mode 100644
index 000000000..077544cee
--- /dev/null
+++ b/component.json
@@ -0,0 +1,20 @@
+{
+ "name": "Font-Awesome",
+ "repo": "FortAwesome/Font-Awesome",
+ "description": "Font Awesome",
+ "version": "3.2.1",
+ "keywords": [],
+ "dependencies": {},
+ "development": {},
+ "license": "SIL, MIT, CC BY 3.0",
+ "styles": [
+ "css/font-awesome.css"
+ ],
+ "fonts": [
+ "font/fontawesome-webfont.eot",
+ "font/fontawesome-webfont.svg",
+ "font/fontawesome-webfont.ttf",
+ "font/fontawesome-webfont.woff",
+ "font/FontAwesome.otf"
+ ]
+}