grunt-contrib-handlebars
Version:
Precompile Handlebars templates to JST file.
38 lines (37 loc) • 808 B
JSON
{
"name": "grunt-contrib-handlebars",
"description": "Precompile Handlebars templates to JST file.",
"version": "3.0.0",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-handlebars",
"license": "MIT",
"engines": {
"node": ">=12"
},
"main": "tasks/handlebars.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"handlebars": "^4.7.7",
"chalk": "^4.1.1",
"nsdeclare": "0.1.0"
},
"devDependencies": {
"grunt": "^1.4.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-internal": "^6.0.1",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-nodeunit": "^3.0.0"
},
"keywords": [
"gruntplugin"
],
"files": [
"tasks"
],
"appveyor_id": "byxsu7xtyjxuwe3g"
}