diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-05-24 16:16:28 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-05-24 16:16:28 -0400 |
| commit | c4fa763b5b365012756cc86024982232984904c7 (patch) | |
| tree | 55b050b46ee5e12f737acf144221d9f12df6354d /www/lib/font-awesome/.bower.json | |
| parent | 6323ad995bc1e301e437d4cc249a1ee75a0d471f (diff) | |
added PTZ support (well, P for now, but framework with a cool menu is in place)
Diffstat (limited to 'www/lib/font-awesome/.bower.json')
| -rw-r--r-- | www/lib/font-awesome/.bower.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/www/lib/font-awesome/.bower.json b/www/lib/font-awesome/.bower.json new file mode 100644 index 00000000..cefa30aa --- /dev/null +++ b/www/lib/font-awesome/.bower.json @@ -0,0 +1,37 @@ +{ + "name": "font-awesome", + "description": "Font Awesome", + "version": "4.3.0", + "keywords": [], + "homepage": "http://fontawesome.io", + "dependencies": {}, + "devDependencies": {}, + "license": [ + "OFL-1.1", + "MIT", + "CC-BY-3.0" + ], + "main": [ + "./css/font-awesome.css", + "./fonts/*" + ], + "ignore": [ + "*/.*", + "*.json", + "src", + "*.yml", + "Gemfile", + "Gemfile.lock", + "*.md" + ], + "_release": "4.3.0", + "_resolution": { + "type": "version", + "tag": "v4.3.0", + "commit": "e9665bad5b5b944da1095faf88209fabbfe725c1" + }, + "_source": "git://github.com/FortAwesome/Font-Awesome.git", + "_target": "~4.3.0", + "_originalSource": "font-awesome", + "_direct": true +} |
