mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 21:41:29 +08:00
Added new licences
This commit is contained in:
parent
c419420d75
commit
defbe24dfc
28
package.json
28
package.json
@ -1,24 +1,36 @@
|
|||||||
{
|
{
|
||||||
"name" : "FontAwesome",
|
"name" : "FontAwesome",
|
||||||
"version" : "2.0.1",
|
"version": "3.0.0",
|
||||||
|
|
||||||
"author" : "Dave <dave@davegandy.com>",
|
"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",
|
"name" : "Dave",
|
||||||
"email": "dave@davegandy.com"
|
"email": "dave@davegandy.com"
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
"name" : "Kersten Burkhardt",
|
"name" : "Kersten Burkhardt",
|
||||||
"email": "burkhardt@mhp-net.de"
|
"email": "burkhardt@mhp-net.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
"repository" : {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url" : "git://github.com/FortAwesome/Font-Awesome.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