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:
authorBen Thomas <github@bigredgiraffe.com>2013-12-03 22:00:06 +0400
committerBen Thomas <github@bigredgiraffe.com>2013-12-03 22:00:06 +0400
commit21337e315b5278493e2be4601b49f7b0fb677327 (patch)
tree81c1480a1bc5082998d15f5146417569d0e06196 /bower.json
parent921cd9c1525d04933a414062c75155adba906f4f (diff)
change from component.json to bower.json
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 000000000..253e32363
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,23 @@
+{
+ "name": "font-awesome",
+ "description": "Font Awesome",
+ "version": "4.0.4",
+ "keywords": [],
+ "homepage": "http://fontawesome.io",
+ "dependencies": {},
+ "development": {},
+ "license": "SIL, MIT, CC BY 3.0",
+ "main": [
+ "./css/font-awesome.css",
+ "./fonts/*"
+ ],
+ "ignore": [
+ "*/.*",
+ "*.json",
+ "src",
+ "*.yml",
+ "Gemfile",
+ "Gemfile.lock",
+ "*.md"
+ ]
+} \ No newline at end of file