{"_id":"piecon","_rev":"11-0dda5bdcd5f1c1823d764b70953c8734","name":"piecon","description":"Dynamic pie charts in your favicon","dist-tags":{"latest":"0.5.0"},"versions":{"0.0.0":{"name":"piecon","version":"0.0.0","description":"A tiny javascript library for generating progress pie charts in your favicon.","main":"piecon.js","directories":{"example":"example"},"repository":{"type":"git","url":"git://github.com/shtylman/piecon.git"},"keywords":["piecon"],"author":{"name":"Lukas Lipka","email":"lukaslipka@gmail.com"},"license":"MIT","_id":"piecon@0.0.0","dist":{"shasum":"0d5f65afb05f794ba66703cd71d0692d90c29e90","tarball":"https://registry.npmjs.org/piecon/-/piecon-0.0.0.tgz","integrity":"sha512-XergVXXXEGUqPUc7X2hG2Rl6pWs+ayTJ+sh6VDvj6t4LpflW7ZTmhhqz7qtdxJpGaOi3+gWU1KrOGPm/kySw6A==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCljgFhd/SBEo30CsYhgSWeE7ElzkWbP7YG6RjEZjpm1wIgHNblxNXGZuDZzo6cXzEOXS/j97YwvzgiAk8GdazrM7g="}]},"_from":".","_npmVersion":"1.2.3","_npmUser":{"name":"shtylman","email":"shtylman@gmail.com"},"maintainers":[{"name":"shtylman","email":"shtylman@gmail.com"}]},"0.4.0":{"name":"piecon","version":"0.4.0","description":"Dynamic pie charts in your favicon","author":{"name":"Lukas Lipka","email":"lukaslipka@gmail.com","url":"http://lukaslipka.com"},"main":"./piecon.js","license":"MIT","repository":{"type":"git","url":"git://github.com/lipka/piecon.git"},"devDependencies":{"gulp":"^3.9.0","gulp-rename":"^1.2.2","gulp-uglify":"^1.2.0"},"gitHead":"4d595e1a5c68a6ecc38cbd508f814154165b6461","bugs":{"url":"https://github.com/lipka/piecon/issues"},"homepage":"https://github.com/lipka/piecon#readme","_id":"piecon@0.4.0","scripts":{},"_shasum":"d200cd57d8b1a4a173ed50d7cf01fdedd4b6276e","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"lipka","email":"lukaslipka@gmail.com"},"dist":{"shasum":"d200cd57d8b1a4a173ed50d7cf01fdedd4b6276e","tarball":"https://registry.npmjs.org/piecon/-/piecon-0.4.0.tgz","integrity":"sha512-7an3StCPwE0wYQl/ldtftwm0x1mY1J7Y13jZVMIf38sSqh+HmH08aTVm47GnVPELZkCw+TWn7DWTvQgZ+VzRGw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDklL/8z1c2KOuNRnM2ELMdqVLXzVnuonaswIJTn3cJEgIhALaLcsRFbUVF7kqzt2JmGZKxcWxOKkIYGcd5DrP3QKUw"}]},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"lipka","email":"lukaslipka@gmail.com"}]},"0.5.0":{"name":"piecon","version":"0.5.0","description":"Dynamic pie charts in your favicon","author":{"name":"Lukas Lipka","email":"lukaslipka@gmail.com","url":"http://lukaslipka.com"},"main":"./piecon.js","license":"MIT","repository":{"type":"git","url":"git://github.com/lipka/piecon.git"},"devDependencies":{"gulp":"^3.9.0","gulp-rename":"^1.2.2","gulp-uglify":"^1.2.0"},"gitHead":"4a2bb6168d19c6e1bf22704eb882285721b2ea33","bugs":{"url":"https://github.com/lipka/piecon/issues"},"homepage":"https://github.com/lipka/piecon#readme","_id":"piecon@0.5.0","scripts":{},"_shasum":"5494bdcae8b1a1185f9162f66c6764bfb88e7edb","_from":".","_npmVersion":"2.10.1","_nodeVersion":"0.12.4","_npmUser":{"name":"lipka","email":"lukaslipka@gmail.com"},"dist":{"shasum":"5494bdcae8b1a1185f9162f66c6764bfb88e7edb","tarball":"https://registry.npmjs.org/piecon/-/piecon-0.5.0.tgz","integrity":"sha512-Ose9mst0Fm6Fo/HTIqenyzaLrrC/LPk6yqoaza2takdtLWofDe7PBuRdk/1GpMvfB6uHbMZ3TN4T8MMrMqj6NA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCXUWKKMk1XmmsXnc9EUv/YHwAhcK/8xB2k2IHG0Io+aAIhAL76WOvuLLgvSSIXdOmowtek7nvfNlxdEdAmgz61fL4q"}]},"maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"lipka","email":"lukaslipka@gmail.com"}]}},"readme":"# Piecon\n\nPie charts in your favicon! A tiny javascript library for dynamically generating progress pie charts in your favicons.\n\nNow with retina support!\n\n<p align=\"center\"><img src=\"https://github.com/lipka/piecon/blob/master/example/screenshot.png?raw=true\"></p>\n\nSee the [live demo here](http://lipka.github.com/piecon/).\n\n## Documentation\n\n### Basic usage\n\n```javascript\nPiecon.setProgress(12);\nPiecon.setProgress(25);\n...\nPiecon.reset();\n```\n\n### Options\n\n```javascript\nPiecon.setOptions({\n  color: '#ff0084', // Pie chart color\n  background: '#bbb', // Empty pie chart color\n  shadow: '#fff', // Outer ring color\n  fallback: false // Toggles displaying percentage in the title bar (possible values - true, false, 'force')\n});\n```\n\n### Browser Support\n\nPiecon has been tested to work completely in the following browsers (older versions may be supported, but haven't been tested):\n\n* Chrome 15+\n* Firefox 9+\n* Opera 11+\n\nCurrently the library falls back to title updates for the following browsers:\n\n* Internet Explorer 9\n* Safari 5+\n\nPiecon is retina compatible so you can enjoy pixel-perfect crisp graphics.\n\n## License\n\nLicensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License).\n\n## Credits\n\nPiecon was inspired by Tom's [Tinycon](https://github.com/tommoor/tinycon).\n\n","maintainers":[{"name":"defunctzombie","email":"shtylman@gmail.com"},{"name":"lipka","email":"lukaslipka@gmail.com"}],"time":{"modified":"2022-06-23T23:00:09.801Z","created":"2013-01-28T07:51:32.742Z","0.0.0":"2013-01-28T07:51:33.578Z","0.4.0":"2015-08-11T10:16:24.601Z","0.5.0":"2015-11-19T10:59:56.046Z"},"author":{"name":"Lukas Lipka","email":"lukaslipka@gmail.com","url":"http://lukaslipka.com"},"repository":{"type":"git","url":"git://github.com/lipka/piecon.git"},"license":"MIT","readmeFilename":"README.md","homepage":"https://github.com/lipka/piecon#readme","bugs":{"url":"https://github.com/lipka/piecon/issues"},"users":{"filipve":true}}