aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/package.json
diff options
context:
space:
mode:
authorTreer <treer.git@the-bordello.com>2016-04-30 21:36:19 +1000
committerTreer <treer.git@the-bordello.com>2016-04-30 21:36:19 +1000
commit45654ffc5cc4532c2189c88d46a0374038b53c9f (patch)
treefc1c9949dcabd360c120d318c9fe3181d47c8f42 /library/font_awesome/package.json
parent931a4fafe316b23bacf92ac1ff35f9b8467415dd (diff)
downloadvolse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.gz
volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.tar.bz2
volse-hubzilla-45654ffc5cc4532c2189c88d46a0374038b53c9f.zip
update font-awesome library to 4.6.1
Perhaps this should be done as a submodule instead?
Diffstat (limited to 'library/font_awesome/package.json')
-rw-r--r--library/font_awesome/package.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/library/font_awesome/package.json b/library/font_awesome/package.json
index c25c3322e..423490f81 100644
--- a/library/font_awesome/package.json
+++ b/library/font_awesome/package.json
@@ -1,9 +1,13 @@
{
"name": "font-awesome",
- "description": "The iconic font designed for Bootstrap",
- "version": "3.2.1",
+ "description": "The iconic font and CSS framework",
+ "version": "4.6.1",
+ "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",
@@ -15,30 +19,26 @@
},
"contributors": [
{
- "name": "Rob Madole",
- "web": "http://twitter.com/robmadole"
- },
- {
- "name": "Geremia Taglialatela",
- "web": "http://twitter.com/gtagliala"
+ "name": "Brian Talbot",
+ "web": "http://twitter.com/talbs"
},
{
"name": "Travis Chase",
"web": "http://twitter.com/supercodepoet"
- }
- ],
- "licenses": [
+ },
{
- "type": "SIL OFL 1.1",
- "url": "http://scripts.sil.org/OFL"
+ "name": "Rob Madole",
+ "web": "http://twitter.com/robmadole"
},
{
- "type": "MIT License",
- "url": "http://opensource.org/licenses/mit-license.html"
+ "name": "Geremia Taglialatela",
+ "web": "http://twitter.com/gtagliala"
}
],
+ "license": "(OFL-1.1 AND MIT)",
"dependencies": {
- "jekyll": "1.0.2",
- "lessc": "1.3.3"
+ },
+ "engines" : {
+ "node" : ">=0.10.3"
}
}