123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "fork-awesome",
- "description": "A fork of the iconic font and CSS framework",
- "version": "0.4.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"
- }
- ],
- "license": "(OFL-1.1 AND MIT)",
- "dependencies": {},
- "devDependencies": {
- "less-plugin-clean-css": "^1.5.1"
- },
- "engines": {
- "node": ">=0.10.3"
- },
- "scripts": {
- "build": "bundle exec jekyll build",
- "dev": "bundle exec jekyll -w serve"
- }
- }
|