{
  "name": "karma-jquery-plugin",
  "version": "",
  "description": "",
  "keywords": [
    "jquery-plugin"
  ],
  "homepage": "https://github.com//karma-jquery-plugin",
  "author": {
    "name": "",
    "email": "",
    "url": "https://github.com/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com//karma-jquery-plugin.git"
  },
  "licenses": [
    {
      "type": ""
    }
  ],
  "main": "karma.conf.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "jquery": "latest"
  },
  "devDependencies": {
    "karma-coverage": "~0.1.3",
    "karma-chrome-launcher": "~0.1.1",
    "karma-firefox-launcher": "~0.1.2",
    "karma-html-reporter": "~0.1.1",
    "karma-jasmine": "~0.1.3",
    "karma-phantomjs-launcher": "~0.1.1",
    "karma-safari-launcher": "~0.1.1",
    "karma-script-launcher": "~0.1.0",
    "grunt-contrib-jshint": "~0.1.1",
    "grunt-contrib-concat": "~0.1.2",
    "grunt-contrib-uglify": "~0.1.1",
    "grunt-contrib-watch": "~0.2.0",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-connect": "~0.3.0",
    "time-grunt": "~0.1.1",
    "load-grunt-tasks": "~0.2.0",
    "jshint-stylish": "~0.1.3"
  },
  "peerDependencies": {
    "karma": ">=0.10",
    "grunt": ">=0.4"
  },
  "scripts": {
    "test": "grunt test"
  }
}
