{
  "author": "Christoph Guttandin",
  "bugs": {
    "url": "https://github.com/chrisguttandin/karma-yakbak-preprocessor/issues"
  },
  "dependencies": {
    "yakbak": "^2.5.0"
  },
  "description": "!!! DEPRECATED !!! A Karma preprocessor for yakbak.",
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^4.12.1",
    "eslint-config-holy-grail": "^24.0.1",
    "greenkeeper-lockfile": "^1.12.0",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-mocha-test": "^0.13.3",
    "gruntify-eslint": "^4.0.0",
    "husky": "^0.14.3",
    "load-grunt-config": "^0.19.2",
    "mocha": "^4.0.1",
    "rewire": "^3.0.2",
    "sinon": "^4.1.3",
    "sinon-chai": "^2.14.0"
  },
  "engines": {
    "node": ">=6.11.2"
  },
  "files": [
    "src/"
  ],
  "homepage": "https://github.com/chrisguttandin/karma-yakbak-preprocessor",
  "keywords": [
    "karma",
    "karma-plugin",
    "karma-preprocessor",
    "yakbak"
  ],
  "license": "MIT",
  "main": "src/module.js",
  "name": "karma-yakbak-preprocessor",
  "repository": {
    "type": "git",
    "url": "https://github.com/chrisguttandin/karma-yakbak-preprocessor.git"
  },
  "scripts": {
    "precommit": "grunt lint",
    "test": "grunt lint && grunt test"
  },
  "version": "0.0.8"
}
