grunt-ember-template-compiler
Version:
An npm module for using ember-template-compiler with Grunt
32 lines (31 loc) • 752 B
JSON
{
"author": {
"name": "Matthew J. Morrison",
"email": "mattjmorrison@mattjmorrison.com"
},
"name": "grunt-ember-template-compiler",
"description": "An npm module for using ember-template-compiler with Grunt",
"version": "1.7.0",
"repository": {
"type": "git",
"url": "https://github.com/mattjmorrison/grunt-ember-template-compiler"
},
"keywords": [
"Ember.js",
"Handlebars.js",
"Grunt.js"
],
"main": "./lib/main",
"engines": {
"node": ">=v0.8.1"
},
"licenses": [
"MIT"
],
"readmeFilename": "README.md",
"dependencies": {
"glob": "*",
"mkdirp": "*",
"ember-template-compiler": "1.7.0"
}
}