handlebars-helper-prettify
Version:
{{prettify}} handlebars helper for formatting (beautifying) HTML, JavaScript and CSS.
58 lines (57 loc) • 1.5 kB
JSON
{
"name": "handlebars-helper-prettify",
"version": "0.2.1",
"description": "{{prettify}} handlebars helper for formatting (beautifying) HTML, JavaScript and CSS.",
"main": "index.js",
"homepage": "https://github.com/helpers/handlebars-helper-prettify",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "https://github.com/helpers/handlebars-helper-prettify.git"
},
"bugs": {
"url": "https://github.com/helpers/handlebars-helper-prettify/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/helpers/handlebars-helper-prettify/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"lodash": "~2.3.0",
"js-beautify": "~1.4.2"
},
"devDependencies": {
"assemble": "~0.4.23",
"assemble-yaml": "~0.2.1",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-nodeunit": "~0.2.2",
"grunt-mocha-test": "~0.7.0",
"grunt-readme": "~0.2.4",
"grunt-sync-pkg": "~0.1.1",
"handlebars": "~1.1.2",
"should": "~2.1.0"
},
"keywords": [
"beautify",
"convenience methods",
"filter",
"format html",
"handlebars helper",
"helper",
"js-beautify",
"lodash",
"mixin",
"prettify",
"swig filter",
"template filter",
"underscore mixin",
"underscore"
]
}