mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-27 14:01:30 +08:00
4c31740d6c
Removed jekyll because its not a valid npm package and changed lessc to less. Although renamed dependencies to dev-dependencies
44 lines
1007 B
JSON
44 lines
1007 B
JSON
{
|
|
"name": "font-awesome",
|
|
"description": "The iconic font designed for Bootstrap",
|
|
"version": "3.2.1",
|
|
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
|
|
"homepage": "http://fontawesome.io/",
|
|
"author": {
|
|
"name": "Dave Gandy",
|
|
"email": "dave@fontawesome.io",
|
|
"web": "http://twitter.com/davegandy"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/FortAwesome/Font-Awesome.git"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Rob Madole",
|
|
"web": "http://twitter.com/robmadole"
|
|
},
|
|
{
|
|
"name": "Geremia Taglialatela",
|
|
"web": "http://twitter.com/gtagliala"
|
|
},
|
|
{
|
|
"name": "Travis Chase",
|
|
"web": "http://twitter.com/supercodepoet"
|
|
}
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "SIL OFL 1.1",
|
|
"url": "http://scripts.sil.org/OFL"
|
|
},
|
|
{
|
|
"type": "MIT License",
|
|
"url": "http://opensource.org/licenses/mit-license.html"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"less": "1.3.3"
|
|
}
|
|
}
|