{"_id":"hbsify","_rev":"3184314","name":"hbsify","description":"A simple handlebars template compiler for browserify transforms","dist-tags":{"latest":"1.0.1"},"maintainers":[{"name":"toastynerd","email":""}],"time":{"modified":"2023-12-06T08:50:20.000Z","created":"2014-08-22T17:27:10.606Z","1.0.1":"2014-08-22T18:35:34.414Z","1.0.0":"2014-08-22T17:27:10.606Z"},"users":{},"author":{"name":"Tyler Morgan","email":"tyler@codefellows.com"},"repository":{"type":"git","url":"https://github.com/toastynerd/hbsify.git"},"versions":{"1.0.1":{"name":"hbsify","version":"1.0.1","description":"A simple handlebars template compiler for browserify transforms","main":"index.js","scripts":{"test":"./node_modules/grunt-cli/bin/grunt test"},"repository":{"type":"git","url":"https://github.com/toastynerd/hbsify.git"},"keywords":["handlebars","hbsify","browserify","transform"],"author":{"name":"Tyler Morgan","email":"tyler@codefellows.com"},"license":"MIT","bugs":{"url":"https://github.com/toastynerd/hbsify/issues"},"homepage":"https://github.com/toastynerd/hbsify","dependencies":{"handlebars":"^1.x","through":"^2.3.4"},"devDependencies":{"chai":"^1.9.1","grunt":"^0.4.5","grunt-browserify":"^2.1.4","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-mocha":"^0.4.11","jquery":"^2.1.1","mocha":"^1.21.4"},"gitHead":"5897f0ff9f821e86887e965dbf5760d9e3aad671","_id":"hbsify@1.0.1","_shasum":"26010242dca274cb10c2d1a1ae7a80f5948a9418","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"toastynerd","email":"tyler@codefellows.com"},"maintainers":[{"name":"toastynerd","email":""}],"dist":{"shasum":"26010242dca274cb10c2d1a1ae7a80f5948a9418","size":2965,"noattachment":false,"key":"/hbsify/-/hbsify-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/hbsify/download/hbsify-1.0.1.tgz"},"directories":{},"publish_time":1408732534414,"_hasShrinkwrap":false,"_cnpm_publish_time":1408732534414,"_cnpmcore_publish_time":"2021-12-16T22:44:45.489Z"},"1.0.0":{"name":"hbsify","version":"1.0.0","description":"A simple handlebars template compiler for browserify transforms","main":"index.js","scripts":{"test":"./node_modules/grunt-cli/bin/grunt test"},"repository":{"type":"git","url":"https://github.com/toastynerd/hbsify.git"},"keywords":["handlebars","hbsify","browserify","transform"],"author":{"name":"Tyler Morgan","email":"tyler@codefellows.com"},"license":"MIT","bugs":{"url":"https://github.com/toastynerd/hbsify/issues"},"homepage":"https://github.com/toastynerd/hbsify","dependencies":{"handlebars":"^1.x","through":"^2.3.4"},"devDependencies":{"chai":"^1.9.1","grunt":"^0.4.5","grunt-browserify":"^2.1.4","grunt-cli":"^0.1.13","grunt-contrib-jshint":"^0.10.0","grunt-mocha":"^0.4.11","jquery":"^2.1.1","mocha":"^1.21.4"},"gitHead":"296899cc4b0b3ca4bea3d7925a378ce90b59a204","_id":"hbsify@1.0.0","_shasum":"d71aabc3a34252561d0c842fd188a2c53077a5a2","_from":".","_npmVersion":"1.4.21","_npmUser":{"name":"toastynerd","email":"tyler@codefellows.com"},"maintainers":[{"name":"toastynerd","email":""}],"dist":{"shasum":"d71aabc3a34252561d0c842fd188a2c53077a5a2","size":2919,"noattachment":false,"key":"/hbsify/-/hbsify-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/hbsify/download/hbsify-1.0.0.tgz"},"directories":{},"publish_time":1408728430606,"_hasShrinkwrap":false,"_cnpm_publish_time":1408728430606,"_cnpmcore_publish_time":"2021-12-16T22:44:45.681Z"}},"readme":"hbsify\n=================\n<img src=\"https://travis-ci.org/toastynerd/hbsify.svg?branch=master\" alt=\"Travis CI Badge\"></img>\n\nA simple handlebars transfrom for browserify.\nTo install run:\n```\nnpm install hbsify\n```\nMuch of this code is a simplified version of <a href=\"https://github.com/epeli/node-hbsfy\">hbsfs</a>\nIt doesn't support multiple versions of Handlebars unless you want to manually remove the supplied \nversion of handlebars and add your own. Use the above hbsfy if you need that functionality, it also doesn't support\nhandlebars files that don't end in 'hbs' or 'handlebars' once again the hbsfy package has you\ncovered if you need that functionality.\n\nTo use hbsify either specify use the command \n```\nbrowserify -t hbsify <input files> > <outputfile>\n```\n\nor specify it in a gruntfile with <a href=\"https://github.com/jmreidy/grunt-browserify\">grunt-browserify</a>:\n```javascript\nbrowserify: {\n  options: {\n    transforms: ['hbsify']\n  },\n  src: ['all-my-files.js']\n  dest: 'the-file-i-am-building.js' \n}\n```\n","_attachments":{},"homepage":"https://github.com/toastynerd/hbsify","bugs":{"url":"https://github.com/toastynerd/hbsify/issues"},"license":"MIT"}