{
  "name": "webpack-jasmine-html-runner-plugin",
  "version": "0.9.0",
  "description": "Use webpack with interactive browser testing",
  "main": "index.js",
  "scripts": {
    "test": "eslint index.js lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LaxarJS/webpack-jasmine-html-runner-plugin.git"
  },
  "keywords": [
    "webpack",
    "jasmine",
    "html",
    "spec",
    "babel",
    "testing"
  ],
  "author": "aixigo AG",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LaxarJS/webpack-jasmine-html-runner-plugin/issues"
  },
  "homepage": "https://github.com/LaxarJS/webpack-jasmine-html-runner-plugin#readme",
  "dependencies": {
    "glob": "^7.0.5",
    "jsondiffpatch": "^0.1.43",
    "sourcemapped-stacktrace": "^1.1.3"
  },
  "peerDependencies": {
    "jasmine-core": "^2.5.2 || ^3.0.0",
    "webpack": "^2.2.0 || ^3.0.0 || ^4.0.0"
  },
  "devDependencies": {
    "eslint": "^3.15.0",
    "eslint-config-laxarjs": "^2.0.0"
  }
}
