{"_id":"glyphicons","_rev":"4-02ffed5288f05039d70cb1ef1e3a6cc4","name":"glyphicons","description":"An icon set based on Unicode glyphs","dist-tags":{"latest":"0.2.0"},"versions":{"0.1.0":{"name":"glyphicons","version":"0.1.0","description":"An icon set based on Unicode glyphs","main":"glyphicons.js","scripts":{"test":"mocha glyphicons.spec.js"},"repository":{"type":"git","url":"git+ssh://git@github.com/download/glyphicons.git"},"keywords":["icons","glyphs","unicode","unicons","glyph icons","font icons","1kB"],"author":{"name":"Stijn de Witt"},"license":"CC-BY-4.0","bugs":{"url":"https://github.com/download/glyphicons/issues"},"homepage":"https://github.com/download/glyphicons#readme","devDependencies":{"chai":"^3.5.0","mocha":"^3.1.2","ulog":"^0.3.0"},"gitHead":"375769eee5f3a3e84f1f74e7e0103f5bba92a510","_id":"glyphicons@0.1.0","_shasum":"a8c5e07df94abad2ead1dc8b2f4233529dbf6500","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.3.1","_npmUser":{"name":"stijndewitt","email":"stijndewitt@gmail.com"},"dist":{"shasum":"a8c5e07df94abad2ead1dc8b2f4233529dbf6500","tarball":"https://registry.npmjs.org/glyphicons/-/glyphicons-0.1.0.tgz","integrity":"sha512-8ZUqLEEDqKuanDrWeCwb4bfjKKcl97FUTdvnBACMX0H89SNBtZexCpSbuciOTbFg0RPWVJvRsIpsqmiQfIr2zw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIH1sqspjMMcYYLB9MeYtq/LmpeGJedJIz1tH9iwu2v9vAiBDyy56eApWuuIEZnIRzzBCK6t5ZZ0txD14AgRdE3LbJQ=="}]},"maintainers":[{"name":"stijndewitt","email":"stijndewitt@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/glyphicons-0.1.0.tgz_1476321909249_0.4156489600427449"}},"0.2.0":{"name":"glyphicons","version":"0.2.0","description":"An icon set based on Unicode glyphs","main":"glyphicons.js","scripts":{"test":"mocha glyphicons.spec.js"},"repository":{"type":"git","url":"git+ssh://git@github.com/download/glyphicons.git"},"keywords":["icons","glyphs","unicode","unicons","glyph icons","font icons","1kB"],"author":{"name":"Stijn de Witt"},"license":"CC-BY-4.0","bugs":{"url":"https://github.com/download/glyphicons/issues"},"homepage":"https://github.com/download/glyphicons#readme","devDependencies":{"chai":"^3.5.0","mocha":"^3.1.2","ulog":"^0.3.0"},"gitHead":"4b0b14bb2ff64fb70bebbf1995fba11965c1f84f","_id":"glyphicons@0.2.0","_shasum":"291d8ec974993a9fc88a72b58d540daf550da399","_from":".","_npmVersion":"3.10.7","_nodeVersion":"6.3.1","_npmUser":{"name":"stijndewitt","email":"stijndewitt@gmail.com"},"dist":{"shasum":"291d8ec974993a9fc88a72b58d540daf550da399","tarball":"https://registry.npmjs.org/glyphicons/-/glyphicons-0.2.0.tgz","integrity":"sha512-CgsPMSvzWGcagrdh+uPz3HswI1SkGUCt4B1WBEO3RrlRG27gNiJk+/Z54Dn2AzAN6YV1wp+Ox8oXGTNgoO5vhw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDKtc1VhpbNCH1brOyk4mk/tb/qwTpsLGm8B58Rhqu4TAiEA2YGP7USzrOKx78ZVv8FBbHsrl3iXthmxLQ6SGG20Roo="}]},"maintainers":[{"name":"stijndewitt","email":"stijndewitt@gmail.com"}],"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/glyphicons-0.2.0.tgz_1476404262988_0.013390742242336273"}}},"readme":"# glyphicons\r\nAn icon set based on Unicode glyphs\r\n\r\n[![npm](https://img.shields.io/npm/v/glyphicons.svg)](https://npmjs.com/package/glyphicons)\r\n[![license](https://img.shields.io/npm/l/glyphicons.svg)](https://creativecommons.org/licenses/by/4.0/)\r\n[![travis](https://img.shields.io/travis/Download/glyphicons.svg)](https://travis-ci.org/Download/glyphicons)\r\n[![greenkeeper](https://img.shields.io/david/Download/glyphicons.svg)](https://greenkeeper.io/)\r\n![mind BLOWN](https://img.shields.io/badge/mind-BLOWN-ff69b4.svg)\r\n\r\n<sup><sub><sup><sub>.</sub></sup></sub></sup>\r\n\r\n## Install\r\n```sh\r\nnpm install --save glyphicons\r\n```\r\n\r\n## Include in your app\r\n\r\n### require\r\n```js\r\nvar icons = require('glyphicons')\r\n```\r\n\r\n### import\r\n```sh\r\nimport icons from 'glyphicons'\r\n```\r\n\r\n### AMD\r\n```js\r\ndefine(['glyphicons'], function(icons){\r\n});\r\n```\r\n\r\n### Script tag\r\n```html\r\n<script src=\"https://cdn.rawgit.com/download/glyphicons/0.1.0/glyphicons.js\"></script>\r\n```\r\n\r\n## Usage\r\n```js\r\nconsole.info('I' + icons.heart + ' Glyphicons!')\r\n```\r\n\r\n## Issues\r\nAdd an issue in this project's [issue tracker](https://github.com/download/glyphicons/issues)\r\nto let me know of any problems you find, or questions you may have.\r\n\r\n## Copyright\r\nCopyright 2016 by [Stijn de Witt](http://StijnDeWitt.com). Some rights reserved.\r\n\r\n## License\r\nLicensed under the [Creative Commons Attribution 4.0 International (CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/) Open Source license.\r\n","maintainers":[{"name":"stijndewitt","email":"stijndewitt@gmail.com"}],"time":{"modified":"2022-06-18T13:05:22.423Z","created":"2016-10-13T01:25:10.825Z","0.1.0":"2016-10-13T01:25:10.825Z","0.2.0":"2016-10-14T00:17:44.766Z"},"homepage":"https://github.com/download/glyphicons#readme","keywords":["icons","glyphs","unicode","unicons","glyph icons","font icons","1kB"],"repository":{"type":"git","url":"git+ssh://git@github.com/download/glyphicons.git"},"author":{"name":"Stijn de Witt"},"bugs":{"url":"https://github.com/download/glyphicons/issues"},"license":"CC-BY-4.0","readmeFilename":"README.md"}