Fork-Awesome/package.json

68 lines
1.5 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",
2018-02-24 18:06:56 +01:00
"version": "1.0.6",
2018-02-06 05:41:51 +01:00
"style": "css/fork-awesome.css",
"keywords": [
"font",
"awesome",
2018-02-06 05:41:51 +01:00
"forkawesome",
"fontawesome",
"icon",
"bootstrap"
],
2018-02-06 05:41:51 +01:00
"homepage": "https://forkawesome.github.io/Fork-Awesome",
"bugs": {
"url": "http://github.com/ForkAwesome/Fork-Awesome/issues"
},
2018-02-06 05:41:51 +01:00
"author": "Fork Awesome Community",
"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": [
2018-02-06 05:41:51 +01:00
{
"name": "Dave Gandy",
"web": "http://twitter.com/davegandy"
},
{
"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"
2018-02-18 22:30:34 +01:00
},
{
"name": "Julien Deswaef",
2018-02-24 18:06:56 +01:00
"web": "https://mastodon.social/@xuv"
},
{
"name": "Micah Ilbery",
"web": "https://mastodon.social/@micahilbery"
2013-05-23 22:22:45 +02:00
}
],
2015-10-08 18:52:16 +02:00
"license": "(OFL-1.1 AND MIT)",
"dependencies": {},
2018-02-06 05:41:51 +01:00
"devDependencies": {
2018-02-22 19:26:51 +01:00
"less": "^2.7.2",
2018-02-19 18:06:56 +01:00
"less-plugin-clean-css": "^1.5.1",
"svgo": "^1.0.4"
2018-02-06 05:41:51 +01:00
},
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"
}
}