UNPKG

mincer-hbs

Version:

Handlebars JST engine for Mincer

45 lines (44 loc) 839 B
{ "name": "mincer-hbs", "version": "1.0.1", "description": "Handlebars JST engine for Mincer", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "handlebars": "1.0.12" }, "devDependencies": { "mincer": "~0.5.6", "mocha": "*", "chai": "*" }, "scripts": { "prepublish": "npm prune", "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/jeremyworboys/mincer-hbs.git" }, "keywords": [ "mincer", "snockets", "sprockets", "assets", "pipeline", "hbs", "handlebars", "moustache", "JST", "templates", "compile", "precompile" ], "author": "Jeremy Worboys <jw@jeremyworboys.com>", "license": "MIT", "bugs": { "url": "https://github.com/jeremyworboys/mincer-hbs/issues" } }