From defbe24dfc7ef193e0a22d9017dcd0af54505957 Mon Sep 17 00:00:00 2001 From: Kersten Burkhardt Date: Wed, 9 Jan 2013 15:13:23 +0100 Subject: [PATCH] Added new licences --- package.json | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 5601ea48b..a62a0ef35 100644 --- a/package.json +++ b/package.json @@ -1,24 +1,36 @@ { - "name" : "FontAwesome", - "version" : "2.0.1", + "name" : "FontAwesome", + "version": "3.0.0", - "author" : "Dave ", - "description" : "the iconic font designed for use with Twitter Bootstrap", + "author" : "Dave ", + "description": "the iconic font designed for use with Twitter Bootstrap", - "contributors" : [ + "contributors": [ { "name" : "Dave", "email": "dave@davegandy.com" - }, { + }, + { "name" : "Kersten Burkhardt", "email": "burkhardt@mhp-net.de" } ], - "repository" : { + "repository": { "type": "git", "url" : "git://github.com/FortAwesome/Font-Awesome.git" }, - "license" : "CC BY 3.0" + "licenses": [ + { + "type": "SIL Open Font License", + "url": "http://scripts.sil.org/OFL" + }, { + "type": "MIT License", + "url": "http://opensource.org/licenses/mit-license.html" + }, { + "type": "CC BY 3.0 License", + "url": "http://creativecommons.org/licenses/by/3.0/" + } + ] }