-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tyler Kemme
committed
Jun 9, 2017
1 parent
6e02ef9
commit 10120ca
Showing
449 changed files
with
89,209 additions
and
2,538 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"name": "font-awesome", | ||
"description": "Font Awesome", | ||
"keywords": [], | ||
"homepage": "http://fontawesome.io", | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"license": [ | ||
"OFL-1.1", | ||
"MIT", | ||
"CC-BY-3.0" | ||
], | ||
"main": [ | ||
"less/font-awesome.less", | ||
"scss/font-awesome.scss" | ||
], | ||
"ignore": [ | ||
"*/.*", | ||
"*.json", | ||
"src", | ||
"*.yml", | ||
"Gemfile", | ||
"Gemfile.lock", | ||
"*.md" | ||
], | ||
"version": "4.5.0", | ||
"_release": "4.5.0", | ||
"_resolution": { | ||
"type": "version", | ||
"tag": "v4.5.0", | ||
"commit": "593ad563a987977f14102be935d0abc2a172903e" | ||
}, | ||
"_source": "https://github.com/FortAwesome/Font-Awesome.git", | ||
"_target": "~4.5.0", | ||
"_originalSource": "fontawesome" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
*.pyc | ||
*.egg-info | ||
*.db | ||
*.db.old | ||
*.swp | ||
*.db-journal | ||
|
||
.coverage | ||
.DS_Store | ||
.installed.cfg | ||
_gh_pages/* | ||
|
||
.idea/* | ||
.svn/* | ||
src/website/static/* | ||
src/website/media/* | ||
|
||
bin | ||
cfcache | ||
develop-eggs | ||
dist | ||
downloads | ||
eggs | ||
parts | ||
tmp | ||
.sass-cache | ||
node_modules | ||
|
||
src/website/settingslocal.py | ||
stunnel.log | ||
|
||
.ruby-version | ||
.bundle |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
*.pyc | ||
*.egg-info | ||
*.db | ||
*.db.old | ||
*.swp | ||
*.db-journal | ||
|
||
.coverage | ||
.DS_Store | ||
.installed.cfg | ||
_gh_pages/* | ||
|
||
.idea/* | ||
.svn/* | ||
src/website/static/* | ||
src/website/media/* | ||
|
||
bin | ||
cfcache | ||
develop-eggs | ||
dist | ||
downloads | ||
eggs | ||
parts | ||
tmp | ||
.sass-cache | ||
node_modules | ||
|
||
src/website/settingslocal.py | ||
stunnel.log | ||
|
||
.ruby-version | ||
|
||
# don't need these in the npm package. | ||
src/ | ||
_config.yml | ||
bower.json | ||
component.json | ||
composer.json | ||
CONTRIBUTING.md | ||
Gemfile | ||
Gemfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project, | ||
Fonticons (https://fonticons.com). It makes it easy to put the perfect icons on your website. Choose from our awesome, | ||
comprehensive icon sets or copy and paste your own. | ||
|
||
Please. Check it out. | ||
|
||
-Dave Gandy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "font-awesome", | ||
"description": "Font Awesome", | ||
"keywords": [], | ||
"homepage": "http://fontawesome.io", | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"license": ["OFL-1.1", "MIT", "CC-BY-3.0"], | ||
"main": [ | ||
"less/font-awesome.less", | ||
"scss/font-awesome.scss" | ||
], | ||
"ignore": [ | ||
"*/.*", | ||
"*.json", | ||
"src", | ||
"*.yml", | ||
"Gemfile", | ||
"Gemfile.lock", | ||
"*.md" | ||
] | ||
} |
Oops, something went wrong.