diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-02-26 11:05:48 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-02-26 11:05:48 +0100 |
commit | a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586 (patch) | |
tree | c0ec56a71c8ad04100d4914d14498b154a52e5dd /library/font_awesome/package.json | |
parent | 4781a8cb6bbd6d0e379b404c455844ddbc7e2812 (diff) | |
download | volse-hubzilla-a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586.tar.gz volse-hubzilla-a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586.tar.bz2 volse-hubzilla-a5f843ba9ba3dd3ce9ad22a89d57dfcb5fa46586.zip |
switch to fork-awesome
Diffstat (limited to 'library/font_awesome/package.json')
-rw-r--r-- | library/font_awesome/package.json | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/library/font_awesome/package.json b/library/font_awesome/package.json deleted file mode 100644 index 86f58db06..000000000 --- a/library/font_awesome/package.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "name": "font-awesome", - "description": "The iconic font and CSS framework", - "version": "4.7.0", - "style": "css/font-awesome.css", - "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"], - "homepage": "http://fontawesome.io/", - "bugs": { - "url" : "http://github.com/FortAwesome/Font-Awesome/issues" - }, - "author": { - "name": "Dave Gandy", - "email": "dave@fontawesome.io", - "web": "http://twitter.com/davegandy" - }, - "repository": { - "type": "git", - "url": "https://github.com/FortAwesome/Font-Awesome.git" - }, - "contributors": [ - { - "name": "Brian Talbot", - "web": "http://twitter.com/talbs" - }, - { - "name": "Travis Chase", - "web": "http://twitter.com/supercodepoet" - }, - { - "name": "Rob Madole", - "web": "http://twitter.com/robmadole" - }, - { - "name": "Geremia Taglialatela", - "web": "http://twitter.com/gtagliala" - } - ], - "license": "(OFL-1.1 AND MIT)", - "dependencies": { - }, - "engines" : { - "node" : ">=0.10.3" - } -} |