UNPKG

grunt-ejs-mate

Version:

A grunt task for rendering ejs templates using ejs-mate.

50 lines (49 loc) 1.02 kB
{ "name": "grunt-ejs-mate", "description": "A grunt task for rendering ejs templates using ejs-mate.", "version": "0.3.1", "homepage": "https://github.com/duereg/grunt-ejs-mate", "author": { "name": "Matt Blair", "email": "duereg@hotmail.com", "url": "http://blog.mattblair.co" }, "repository": { "type": "git", "url": "git://github.com/duereg/grunt-ejs-mate.git" }, "bugs": { "url": "https://github.com/duereg/grunt-ejs-mate/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/duereg/grunt-ejs-mate/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.8.0" }, "dependencies": { "ejs-mate": "git+ssh://git@github.com:duereg/ejs-mate.git" }, "devDependencies": { "grunt": "~0.4.0" }, "keywords": [ "gruntplugin", "ejs", "grunt", "ejs-mate", "partials", "block", "layout", "templating", "templates", "plugin" ], "files": [ "tasks", "LICENSE-MIT" ] }