{"_id":"releases","_rev":"4-37e13add7b9e349559ad5b1b3dfc81bd","name":"releases","description":"Uses GitHub API to show feed of releases and open bugs for a given project.","dist-tags":{"latest":"1.1.0"},"versions":{"1.0.0":{"name":"releases","version":"1.0.0","description":"Uses GitHub API to show feed of releases and open bugs for a given project.","main":"releases.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/levlaz/releases.git"},"author":{"name":"Lev Lazinskiy","email":"lev@levlaz.org","url":"https://levlaz.org"},"license":"MIT","bugs":{"url":"https://github.com/levlaz/releases/issues"},"homepage":"https://github.com/levlaz/releases#readme","gitHead":"f914c2601f43908fe1fd2c014f0571d2e7e2fe98","_id":"releases@1.0.0","_shasum":"0463df249ae49e26446517e2b2b9388e586f58f5","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"levlaz","email":"lev@levlaz.org"},"dist":{"shasum":"0463df249ae49e26446517e2b2b9388e586f58f5","tarball":"https://registry.npmjs.org/releases/-/releases-1.0.0.tgz","integrity":"sha512-1attLpJkv3aNVm6WSE0GGd9ErlLrviL4CITJkMRbl7qinu+Wpg7yFm6yUch9y83ME9pujmrjMgBfcGBqOzDeOA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDVch67smwzHQBnbe+mUxukemegZoOpQPmPr1FJUunnrAIgO84OehYzk7RxOTGHdd5h54jnkBFMtvPQ0dU+H6iZymg="}]},"maintainers":[{"name":"levlaz","email":"lev@levlaz.org"}]},"1.1.0":{"name":"releases","version":"1.1.0","description":"Uses GitHub API to show feed of releases and open bugs for a given project.","main":"releases.js","scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"repository":{"type":"git","url":"git+https://github.com/levlaz/releases.git"},"author":{"name":"Lev Lazinskiy","email":"lev@levlaz.org","url":"https://levlaz.org"},"license":"MIT","bugs":{"url":"https://github.com/levlaz/releases/issues"},"homepage":"https://github.com/levlaz/releases#readme","gitHead":"efc175658ee989b3ff8f6202102ee3b3f848410e","_id":"releases@1.1.0","_shasum":"4a5f880259037057caa97465cf6ffa28a0c240c3","_from":".","_npmVersion":"2.14.4","_nodeVersion":"4.1.1","_npmUser":{"name":"levlaz","email":"lev@levlaz.org"},"dist":{"shasum":"4a5f880259037057caa97465cf6ffa28a0c240c3","tarball":"https://registry.npmjs.org/releases/-/releases-1.1.0.tgz","integrity":"sha512-U3d6iJ3hylU3dZKue+6Ey8sYSntGmcPTHMeeYKrhSelvSODh9VaPQenENLqUlRoLBP1ejgOtMNYr6yJsCyjPoQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDosvX+mgNby/kg76UyWumXl3acL0yhL7N4/c+920RbVQIhAKoHcR2zPDC26VWgiw1/llxDoAv7rNvfdOx2qAGnvuqj"}]},"maintainers":[{"name":"levlaz","email":"lev@levlaz.org"}]}},"readme":"# releases\nUses GitHub API to show feed of releases and open bugs for a given project. You can see a live version of releases in action [here](https://braindump.pw).\n\n## Preview\n\n![Preview Image](https://levlaz.org/wp-content/uploads/2015/11/Screenshot-2015-11-24-19.47.48.png)\n\n## Usage\n\nAdd the following HTML to the page where you want the releases to be displayed.\n\n```\n<div class=\"container\">\n  <h1> Known Issues </h1>\n  <ul id=\"bugs\">\n  </ul>\n  <h1> Latest Releases </h1>\n  <ul id=\"releases\">\n  </ul>\n  <p id=\"more-releases\">\n  </p>\n</div>\n```\n\nLoad the following scripts on the same page as where you put the code above. (*note* if you are using Bootstrap you probably are already loading jQuery)\n\n```\n<script src=\"https://code.jquery.com/jquery-2.1.4.min.js\"></script>\n<script src=\"js/marked.js\"></script>\n<script src=\"js/moment.js\"></script>\n<script src=\"js/releases.js\"></script>\n```\n\nAdd the Styles from style.css to your existing stylesheet.\n\n```\n/* Style for Releases Plugin */\n#releases {\n  list-style-type: none;\n  margin: 0;\n  padding: 0;\n}\n```\n\nUpdate the `window.repo` variable on [Line 5](https://github.com/levlaz/releases/blob/master/js/releases.js#L5) of `releases.js` to be whatever repo you want to display releases for.\n","maintainers":[{"name":"levlaz","email":"lev@levlaz.org"}],"time":{"modified":"2022-06-26T10:57:32.226Z","created":"2015-12-01T00:22:07.060Z","1.0.0":"2015-12-01T00:22:07.060Z","1.1.0":"2015-12-01T00:27:46.117Z"},"homepage":"https://github.com/levlaz/releases#readme","repository":{"type":"git","url":"git+https://github.com/levlaz/releases.git"},"author":{"name":"Lev Lazinskiy","email":"lev@levlaz.org","url":"https://levlaz.org"},"bugs":{"url":"https://github.com/levlaz/releases/issues"},"license":"MIT","readmeFilename":"README.md"}