55 lines
5.8 KiB
JSON
55 lines
5.8 KiB
JSON
{
|
|
"name": "font-awesome",
|
|
"description": "The iconic font and CSS framework",
|
|
"version": "4.4.0",
|
|
"style": "css/font-awesome.css",
|
|
"keywords": [
|
|
"font",
|
|
"awesome",
|
|
"fontawesome",
|
|
"icon",
|
|
"font",
|
|
"bootstrap"
|
|
],
|
|
"homepage": "http://fontawesome.io/",
|
|
"bugs": {
|
|
"url": "http://github.com/FortAwesome/Font-Awesome/issues"
|
|
},
|
|
"author": {
|
|
"name": "Dave Gandy",
|
|
"email": "dave@fontawesome.io",
|
|
"url": "http://twitter.com/davegandy"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/FortAwesome/Font-Awesome.git"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Rob Madole",
|
|
"url": "http://twitter.com/robmadole"
|
|
},
|
|
{
|
|
"name": "Geremia Taglialatela",
|
|
"url": "http://twitter.com/gtagliala"
|
|
},
|
|
{
|
|
"name": "Travis Chase",
|
|
"url": "http://twitter.com/supercodepoet"
|
|
}
|
|
],
|
|
"license": "OFL-1.1 AND MIT",
|
|
"dependencies": {},
|
|
"engines": {
|
|
"node": ">=0.10.3"
|
|
},
|
|
"readme": "#[Font Awesome v4.4.0](http://fontawesome.io)\n###The iconic font and CSS framework\n\nFont Awesome is a full suite of 585 pictographic icons for easy scalable vector graphics on websites,\ncreated and maintained by [Dave Gandy](http://twitter.com/davegandy).\nStay up to date with the latest release and announcements on Twitter:\n[@fontawesome](http://twitter.com/fontawesome).\n\nGet started at http://fontawesome.io!\n\n##License\n- The Font Awesome font is licensed under the SIL OFL 1.1:\n - http://scripts.sil.org/OFL\n- Font Awesome CSS, LESS, and Sass files are licensed under the MIT License:\n - http://opensource.org/licenses/mit-license.html\n- The Font Awesome documentation is licensed under the CC BY 3.0 License:\n - http://creativecommons.org/licenses/by/3.0/\n- Attribution is no longer required as of Font Awesome 3.0, but much appreciated:\n - `Font Awesome by Dave Gandy - http://fontawesome.io`\n- Full details: http://fontawesome.io/license\n\n##Changelog\n- v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default\n- v3.0.1 - much improved rendering in webkit, various bug fixes\n- v3.0.2 - much improved rendering and alignment in IE7\n- v3.1.0 - Added 54 icons, icon stacking styles, flipping and rotating icons, removed Sass support\n- [v3.1.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=4&page=1&state=closed)\n- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed)\n- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed)\n- [v4.0.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=2&page=1&state=closed)\n- [v4.0.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=7&page=1&state=closed)\n- [v4.0.2 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=8&page=1&state=closed)\n- [v4.0.3 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=9&page=1&state=closed)\n- [v4.1.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=6&page=1&state=closed)\n- [v4.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=12&page=1&state=closed)\n- [v4.3.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.3.0+is%3Aclosed)\n- [v4.4.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.4.0+is%3Aclosed)\n\n## Contributing\n\nPlease read through our [contributing guidelines](https://github.com/FortAwesome/Font-Awesome/blob/master/CONTRIBUTING.md).\nIncluded are directions for opening issues, coding standards, and notes on development.\n\n##Versioning\n\nFont Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered\nwith the following format:\n\n`<major>.<minor>.<patch>`\n\nAnd constructed with the following guidelines:\n\n* Breaking backward compatibility bumps the major (and resets the minor and patch)\n* New additions, including new icons, without breaking backward compatibility bumps the minor (and resets the patch)\n* Bug fixes and misc changes bumps the patch\n\nFor more information on SemVer, please visit http://semver.org.\n\n##Author\n- Email: dave@fontawesome.io\n- Twitter: http://twitter.com/davegandy\n- GitHub: https://github.com/davegandy\n\n##Component\nTo include as a [component](http://github.com/component/component), just run\n\n $ component install FortAwesome/Font-Awesome\n\nOr add\n\n \"FortAwesome/Font-Awesome\": \"*\"\n\nto the `dependencies` in your `component.json`.\n\n## Hacking on Font Awesome\n\n**Before you can build the project**, you must first have the following installed:\n\n- [Ruby](https://www.ruby-lang.org/en/)\n- Ruby Development Headers\n - **Ubuntu:** `sudo apt-get install ruby-dev` *(Only if you're __NOT__ using `rbenv` or `rvm`)*\n - **Windows:** [DevKit](http://rubyinstaller.org/)\n- [Bundler](http://bundler.io/) (Run `gem install bundler` to install).\n- [Node Package Manager (AKA NPM)](https://docs.npmjs.com/getting-started/installing-node)\n- [Less](http://lesscss.org/) (Run `npm install -g less` to install).\n- [Less Plugin: Clean CSS](https://github.com/less/less-plugin-clean-css) (Run `npm install -g less-plugin-clean-css` to install).\n\nFrom the root of the repository, install the tools used to develop.\n\n $ bundle install\n $ npm install\n\nBuild the project and documentation:\n\n $ bundle exec jekyll build\n\nOr serve it on a local server on http://localhost:7998/Font-Awesome/:\n\n $ bundle exec jekyll -w serve\n",
|
|
"readmeFilename": "README.md",
|
|
"_id": "font-awesome@4.4.0",
|
|
"dist": {
|
|
"shasum": "62c54a74fb5851eec63187a6f016fa48f7236d93"
|
|
},
|
|
"_from": "font-awesome@",
|
|
"_resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.4.0.tgz"
|
|
}
|