Fork-Awesome/package.json

41 lines
963 B
JSON
Raw Normal View History

2013-05-16 21:08:18 +02:00
{
"name": "font-awesome",
2013-12-02 20:40:11 +01:00
"description": "The iconic font and CSS framework",
2015-07-26 16:43:08 +02:00
"version": "4.4.0",
"style": "css/font-awesome.css",
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
"homepage": "http://fontawesome.io/",
"bugs": {
"url" : "http://github.com/FortAwesome/Font-Awesome/issues"
},
"author": {
"name": "Dave Gandy",
2013-05-23 22:22:45 +02:00
"email": "dave@fontawesome.io",
2013-06-26 17:41:16 +02:00
"web": "http://twitter.com/davegandy"
},
"repository": {
"type": "git",
"url": "https://github.com/FortAwesome/Font-Awesome.git"
},
2013-05-23 22:22:45 +02:00
"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"
}
],
"license": "OFL-1.1 AND MIT",
2013-05-23 22:22:45 +02:00
"dependencies": {
},
"engines" : {
"node" : ">=0.10.3"
}
}