mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 05:21:29 +08:00
Added new licences
This commit is contained in:
parent
c419420d75
commit
defbe24dfc
24
package.json
24
package.json
@ -1,24 +1,36 @@
|
||||
{
|
||||
"name" : "FontAwesome",
|
||||
"version" : "2.0.1",
|
||||
"version": "3.0.0",
|
||||
|
||||
"author" : "Dave <dave@davegandy.com>",
|
||||
"description" : "the iconic font designed for use with Twitter Bootstrap",
|
||||
"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/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user