karma-slim-preprocessor-with-binary-option
Version:
A Karma plugin. Compile slim files to html on the fly
40 lines (39 loc) • 873 B
JSON
{
"name": "karma-slim-preprocessor-with-binary-option",
"version": "0.0.5",
"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:arkarkark/karma-slim-preprocessor.git"
},
"keywords": [
"karma",
"karma-plugin",
"karma-preprocessor",
"slim",
"slimrb"
],
"author": "arkarkark",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-simple-mocha": "~0.4",
"grunt-contrib-jshint": "~0.6",
"chai": "~1.4",
"mocha": "~1.8",
"grunt-npm": "~0.0.2",
"grunt-bump": "~0.0.7",
"grunt-auto-release": "~0.0.2"
},
"peerDependencies": {
"karma": ">=0.9"
},
"license": "MIT",
"contributors": [
"Mike Frawley <frawl021@gmail.com>"
]
}