Fork-Awesome/package.json

28 lines
735 B
JSON
Raw Normal View History

2013-05-16 21:08:18 +02:00
{
"name": "font-awesome",
"description": "the iconic font designed for Bootstrap",
2013-05-17 04:15:50 +02:00
"version": "3.2.0",
2013-05-16 21:08:18 +02:00
"author": {
"name": "Dave Gandy",
"email": "dave@fontawesome.io"
},
"homepage": "http://fontawesome.io",
"repository": {
"type": "git",
"url": "https://github.com/FortAwesome/Font-Awesome.git"
},
"licenses": [
{
"type": "SIL OFL 1.1",
"url": "http://scripts.sil.org/OFL"
},
{
"type": "MIT License",
"url": "http://opensource.org/licenses/mit-license.html"
},
{
"type": "CC BY 3.0",
"url": "http://creativecommons.org/licenses/by/3.0/"
}
]
}