{"_id":"stitches","_rev":"7-8165100ff350aaa11fe01212cd6d16e8","name":"stitches","description":"Stitches is an HTML5 sprite sheet generator.","dist-tags":{"latest":"1.2.11"},"versions":{"1.2.11":{"name":"stitches","title":"Stitches","description":"Stitches is an HTML5 sprite sheet generator.","version":"1.2.11","homepage":"http://draeton.github.com/stitches/","author":{"name":"Matthew Cobbs","email":"draeton@gmail.com"},"repository":{"type":"git","url":"git://github.com/draeton/stitches.git"},"bugs":{"url":"https://github.com/draeton/stitches/issues"},"licenses":[{"type":"MIT","url":"https://github.com/draeton/stitches/blob/master/LICENSE"}],"devDependencies":{"grunt":"~0.4.0","grunt-contrib-jshint":"~0.2.0","grunt-contrib-qunit":"~0.2.0","grunt-contrib-concat":"~0.1.3","grunt-contrib-uglify":"~0.1.2","grunt-contrib-requirejs":"~0.4.0","grunt-replace":"~0.4.0","grunt-contrib-cssmin":"~0.4.1","grunt-contrib-copy":"~0.4.0","grunt-zip":"~0.3.0","grunt-contrib-clean":"~0.4.0","grunt-bump":"0.0.2","prompt":"~0.2.9","grunt-docker":"0.0.4","shelljs":"~0.1.2"},"keywords":["stitches","html5","javascript","sprite"],"readmeFilename":"README.md","readme":"[Stitches](http://draeton.github.com/stitches/)\n==========\n\nStitches is an HTML5 sprite sheet generator.\nThe current version is `1.2.11`. Documentation is available\n[here](http://draeton.github.com/stitches/stitches/doc/stitches.js.html).\n\n## Implementation\n\nAfter dependencies, Stitches requires a stylesheet, a script, and an HTML element to get the job done:\n\n```html\n<link rel=\"stylesheet\" href=\"css/stitches-1.2.11.min.css\">\n\n<script data-main=\"js/stitches.js\" src=\"js/stitches-1.2.11.min.js\"></script>\n```\n\nThe sprite sheet generator is automatically created in elements that have the `stitches` class:\n\n```html\n<div class=\"stitches\"></div>\n```\n\nIf you choose, any images that are a part of the initial markup will be loaded onto the canvas:\n\n```html\n<div class=\"stitches\">\n    <img src=\"img/test/github.png\" data-name=\"github\"/>\n    <img src=\"img/test/gmail.png\" data-name=\"gmail\"/>\n    <img src=\"img/test/linkedin.png\" data-name=\"linkedin\"/>\n    <img src=\"img/test/stackoverflow.png\" data-name=\"stackoverflow\"/>\n    <img src=\"img/test/tumblr.png\" data-name=\"tumblr\"/>\n    <img src=\"img/test/twitter.png\" data-name=\"twitter\"/>\n</div>\n```\n\n## Dependencies\n\n[jQuery 1.7.1](http://jquery.com/), [Modernizr 2.0.6](http://modernizr.com/), [Bootstrap 2.3.0](http://twitter.github.com/bootstrap/)\n\n```html\n<link rel=\"stylesheet\" href=\"libs/bootstrap/css/bootstrap.min.css\">\n<link rel=\"stylesheet\" href=\"libs/bootstrap/css/bootstrap-responsive.min.css\">\n\n<script src=\"libs/jquery/jquery-1.7.1.min.js\"></script>\n<script src=\"libs/modernizr/modernizr-2.0.6.min.js\"></script>\n<script src=\"libs/bootstrap/js/bootstrap.min.js\"></script>\n```\n\n## Download\n\n**The latest release, 1.2.11, is [available here](http://draeton.github.com/stitches/stitches/dist/stitches-1.2.11.zip).**\n\n\n## Contributors\n\n* [amenadiel](https://github.com/amenadiel)\n* [flying-sheep](https://github.com/flying-sheep)\n* [JonDum](https://github.com/JonDum)\n* [mreq](https://github.com/mreq)\n\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2013 [Matthew Cobbs](mailto:draeton@gmail.com)\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","_id":"stitches@1.2.11","dist":{"shasum":"ca22353ea3f2eea03fa8f025c4f1fa95e01d59cb","tarball":"https://registry.npmjs.org/stitches/-/stitches-1.2.11.tgz","integrity":"sha512-s+Ms7C05YrzDXp/aiclV9eW/6B4xiSVWrY88Vyiac2GqkDwFD2OB5TBRDr2M9hRVMpz7RR5PsGkW1KhPo+eIgg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCEjFuKM3XRyh3i7Wm2aLKmsFQUqnCJojpQmPO/lI1AVgIgfm90erD4zBT5PiAShfyE1na51OaGqbh7oE814jvMQec="}]},"_from":".","_npmVersion":"1.2.11","_npmUser":{"name":"draeton","email":"draeton@gmail.com"},"maintainers":[{"name":"draeton","email":"draeton@gmail.com"}],"directories":{}}},"readme":"[Stitches](http://draeton.github.com/stitches/)\n==========\n\nStitches is an HTML5 sprite sheet generator.\nThe current version is `1.2.11`. Documentation is available\n[here](http://draeton.github.com/stitches/stitches/doc/stitches.js.html).\n\n## Implementation\n\nAfter dependencies, Stitches requires a stylesheet, a script, and an HTML element to get the job done:\n\n```html\n<link rel=\"stylesheet\" href=\"css/stitches-1.2.11.min.css\">\n\n<script data-main=\"js/stitches.js\" src=\"js/stitches-1.2.11.min.js\"></script>\n```\n\nThe sprite sheet generator is automatically created in elements that have the `stitches` class:\n\n```html\n<div class=\"stitches\"></div>\n```\n\nIf you choose, any images that are a part of the initial markup will be loaded onto the canvas:\n\n```html\n<div class=\"stitches\">\n    <img src=\"img/test/github.png\" data-name=\"github\"/>\n    <img src=\"img/test/gmail.png\" data-name=\"gmail\"/>\n    <img src=\"img/test/linkedin.png\" data-name=\"linkedin\"/>\n    <img src=\"img/test/stackoverflow.png\" data-name=\"stackoverflow\"/>\n    <img src=\"img/test/tumblr.png\" data-name=\"tumblr\"/>\n    <img src=\"img/test/twitter.png\" data-name=\"twitter\"/>\n</div>\n```\n\n## Dependencies\n\n[jQuery 1.7.1](http://jquery.com/), [Modernizr 2.0.6](http://modernizr.com/), [Bootstrap 2.3.0](http://twitter.github.com/bootstrap/)\n\n```html\n<link rel=\"stylesheet\" href=\"libs/bootstrap/css/bootstrap.min.css\">\n<link rel=\"stylesheet\" href=\"libs/bootstrap/css/bootstrap-responsive.min.css\">\n\n<script src=\"libs/jquery/jquery-1.7.1.min.js\"></script>\n<script src=\"libs/modernizr/modernizr-2.0.6.min.js\"></script>\n<script src=\"libs/bootstrap/js/bootstrap.min.js\"></script>\n```\n\n## Download\n\n**The latest release, 1.2.11, is [available here](http://draeton.github.com/stitches/stitches/dist/stitches-1.2.11.zip).**\n\n\n## Contributors\n\n* [amenadiel](https://github.com/amenadiel)\n* [flying-sheep](https://github.com/flying-sheep)\n* [JonDum](https://github.com/JonDum)\n* [mreq](https://github.com/mreq)\n\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2013 [Matthew Cobbs](mailto:draeton@gmail.com)\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","maintainers":[{"name":"draeton","email":"draeton@gmail.com"}],"time":{"modified":"2023-09-15T21:14:29.043Z","created":"2013-03-20T17:08:34.370Z","1.2.11":"2013-03-20T17:08:35.288Z"},"author":{"name":"Matthew Cobbs","email":"draeton@gmail.com"},"repository":{"type":"git","url":"git://github.com/draeton/stitches.git"},"users":{}}