Fork-Awesome/package.json

49 lines
1.1 KiB
JSON
Raw Normal View History

2013-05-16 21:08:18 +02:00
{
2018-02-06 00:10:39 +01:00
"name": "fork-awesome",
"description": "A fork of the iconic font and CSS framework",
2016-10-03 20:23:05 +02:00
"version": "4.7.0",
"style": "css/font-awesome.css",
2017-01-28 21:22:09 +01:00
"keywords": ["font", "awesome", "fontawesome", "icon", "bootstrap"],
2018-02-06 00:10:39 +01:00
"homepage": "",
"bugs": {
2018-02-06 00:10:39 +01:00
"url" : "http://github.com/ForkAwesome/Fork-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",
2018-02-06 00:10:39 +01:00
"url": "https://github.com/ForkAwesome/Fork-Awesome.git"
},
2013-05-23 22:22:45 +02:00
"contributors": [
{
"name": "Brian Talbot",
"web": "http://twitter.com/talbs"
},
{
"name": "Travis Chase",
"web": "http://twitter.com/supercodepoet"
},
2013-05-23 22:22:45 +02:00
{
"name": "Rob Madole",
"web": "http://twitter.com/robmadole"
},
{
"name": "Geremia Taglialatela",
"web": "http://twitter.com/gtagliala"
}
],
2015-10-08 18:52:16 +02:00
"license": "(OFL-1.1 AND MIT)",
2013-05-23 22:22:45 +02:00
"dependencies": {
},
2018-02-06 00:10:39 +01:00
"engines": {
"node": ">=0.10.3"
},
"scripts": {
"build": "bundle exec jekyll build",
"dev": "bundle exec jekyll -w serve"
}
}