karma-haml-coffee-preprocessor
Version:
A Karma plugin. Compile hamlc templates to javascript
29 lines (28 loc) • 679 B
JSON
{
"name": "karma-haml-coffee-preprocessor",
"version": "0.2.1",
"description": "A Karma plugin. Compile hamlc templates to javascript",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/isaiah/karma-haml-coffee-preprocessor.git"
},
"keywords": [
"haml-coffee-plugin",
"haml-coffee-preprocessor",
"haml-coffee"
],
"author": {
"name": "isaiah",
"email": "isaiah@gentoo.org"
},
"dependencies": {
"coffee-script": "~1.7.1",
"haml-coffee": "~1.14.1"
},
"peerDependencies": {
"karma": ">=0.9"
},
"homepage": "https://github.com/isaiah/karma-haml-coffee-preprocessor",
"license": "MIT"
}