Fork-Awesome/package.json
2018-02-24 14:07:39 -05:00

76 lines
1.7 KiB
JSON

{
"name": "fork-awesome",
"description": "A fork of the iconic font and CSS framework",
"version": "1.0.7",
"style": "css/fork-awesome.css",
"keywords": [
"font",
"awesome",
"forkawesome",
"fontawesome",
"icon",
"bootstrap"
],
"homepage": "https://forkawesome.github.io/Fork-Awesome",
"bugs": {
"url": "http://github.com/ForkAwesome/Fork-Awesome/issues"
},
"author": "Fork Awesome Community",
"repository": {
"type": "git",
"url": "https://github.com/ForkAwesome/Fork-Awesome.git"
},
"contributors": [
{
"name": "Dave Gandy",
"web": "http://twitter.com/davegandy"
},
{
"name": "Brian Talbot",
"web": "http://twitter.com/talbs"
},
{
"name": "Travis Chase",
"web": "http://twitter.com/supercodepoet"
},
{
"name": "Rob Madole",
"web": "http://twitter.com/robmadole"
},
{
"name": "Geremia Taglialatela",
"web": "http://twitter.com/gtagliala"
},
{
"name": "Julien Deswaef",
"web": "https://mastodon.social/@xuv"
},
{
"name": "Micah Ilbery",
"web": "https://mastodon.social/@micahilbery"
}
],
"license": "(OFL-1.1 AND MIT)",
"dependencies": {},
"devDependencies": {
"less": "^2.7.2",
"less-plugin-clean-css": "^1.5.1",
"svgo": "^1.0.4"
},
"engines": {
"node": ">=0.10.3"
},
"scripts": {
"build": "bundle exec jekyll build",
"dev": "bundle exec jekyll -w serve"
},
"main": [
"css/fork-awesome.min.css",
"fonts/forkawesome-webfont.eot",
"fonts/forkawesome-webfont.svg",
"fonts/forkawesome-webfont.ttf",
"fonts/forkawesome-webfont.woff",
"fonts/forkawesome-webfont.woff2"
]
}