karma-slim-preprocessor
Version:
A Karma plugin. Compile slim files to html on the fly
41 lines (40 loc) • 887 B
JSON
{
"name": "karma-slim-preprocessor",
"version": "1.0.0",
"description": "A Karma plugin. Compile slim files to html on the fly",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:Scrimmage/karma-slim-preprocessor.git"
},
"keywords": [
"karma",
"karma-plugin",
"karma-preprocessor",
"slim",
"slimrb"
],
"author": "Mike Frawley <frawl021@gmail.com>",
"dependencies": {
"shelljs": "^0.3.0"
},
"devDependencies": {
"chai": "~1.4",
"grunt": "~0.4.1",
"grunt-auto-release": "~0.0.2",
"grunt-bump": "~0.0.7",
"grunt-contrib-jshint": "~0.6",
"grunt-npm": "~0.0.2",
"grunt-simple-mocha": "~0.4",
"mocha": "~1.8",
"shelljs": "^0.3.0"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"contributors": []
}