UNPKG

grunt-template-module

Version:

Precompile templates to a file with option to expose templates as a node/commonjs module.

58 lines (57 loc) 1.28 kB
{ "name": "grunt-template-module", "description": "Precompile templates to a file with option to expose templates as a node/commonjs module.", "version": "0.5.1", "homepage": "https://github.com/terryweiss/grunt-template-module", "contributors": [ { "name": "Terry Weiss", "url": "http://terryweiss.net" }, { "name": "Grunt Team", "url": "http://gruntjs.com/" } ], "repository": { "type": "git", "url": "git://github.com/terryweiss/grunt-template-module.git" }, "bugs": { "url": "https://github.com/terryweiss/grunt-template-module/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/terryweiss/grunt-template-module/blob/master/LICENSE-MIT" } ], "engines": { "node": ">=0.8.0" }, "scripts": { "test": "grunt test" }, "keywords": [ "gruntplugin", "grunt", "compile template", "jst", "ejs", "lodash", "underscore", "templates" ], "dependencies": { "ejs": "~1.0.0", "lodash": "~2.4.1", "underscore": "~1.6.0", "node-beautify": "0.0.2" }, "devDependencies": { "grunt": "^0.4.5", "grunt-beautify": "^0.1.1", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-nodeunit": "^0.4.0" } }