grunt-jade-ng-template-cache
Version:
Grunt task to compile jade templates to angular template cache
34 lines (33 loc) • 833 B
JSON
{
"name": "grunt-jade-ng-template-cache",
"version": "0.0.5",
"description": "Grunt task to compile jade templates to angular template cache",
"repository": {
"type": "git",
"url": "https://github.com/bschaepper/grunt-jade-ng-template-cache"
},
"keywords": [
"Grunt",
"jade",
"template",
"angular",
"templateCache"
],
"author": "Bruno Schäpper",
"license": "MIT",
"bugs": {
"url": "https://github.com/bschaepper/grunt-jade-ng-template-cache/issues"
},
"homepage": "https://github.com/bschaepper/grunt-jade-ng-template-cache",
"dependencies": {
"jade": "^1.11.0",
"q": "^1.4.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-jscs": "^2.5.0",
"grunt-release": "^0.13.0",
"load-grunt-tasks": "^3.4.0"
}
}