{
  "name": "karma-jade-preprocessor",
  "version": "0.0.11",
  "description": "A Karma plugin. Compile jade template on the fly.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ojdx/karma-jade-preprocessor.git"
  },
  "keywords": [
    "karma-plugin",
    "preprocessor",
    "jade"
  ],
  "author": "Jeremy Williams<jeremy@ojdx.com>",
  "dependencies": {
    "jade": "0.33.0"
  },
  "license": "MIT"
}
