{
  "name": "@t2ym/web-component-tester",
  "version": "6.0.3",
  "--private-wct--": {
    "client-side-version-range": "4 - 6 || ^6.0.0-prerelease.1"
  },
  "description": "A fork of web-component-tester to work with wct-istanbul",
  "keywords": [
    "browser",
    "grunt",
    "gruntplugin",
    "gulp",
    "polymer",
    "test",
    "testing",
    "web component",
    "web"
  ],
  "homepage": "https://github.com/t2ym/web-component-tester/tree/wct6-plugin-scoped",
  "bugs": "https://github.com/t2ym/web-component-tester/issues",
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "https://github.com/t2ym/web-component-tester.git"
  },
  "main": "runner.js",
  "bin": {
    "wct": "./bin/wct",
    "wct-st": "./bin/wct-st"
  },
  "files": [
    "bin/",
    "data/",
    "runner/",
    "scripts/",
    "tasks/",
    ".bowerrc",
    "bower.json",
    "browser.js",
    "browser.js.map",
    "package.json",
    "LICENSE",
    "README.md",
    "runner.js"
  ],
  "scripts": {
    "lint": "gulp lint",
    "build": "tsc && gulp build",
    "test": "tsc && gulp test",
    "prepublish": "echo skip gulp prepublish",
    "test:watch": "watch 'gulp test:unit' runner/ browser/ bin/ test/ tasks/",
    "format": "find runner test | grep '\\.js$\\|\\.ts$' | xargs ./node_modules/.bin/clang-format --style=file -i"
  },
  "dependencies": {
    "@types/body-parser": "0.0.33",
    "@types/chai": "^3.4.34",
    "@types/chalk": "^0.4.31",
    "@types/express": "^4.0.33",
    "@types/glob": "^5.0.30",
    "@types/grunt": "^0.4.20",
    "@types/gulp": "^3.8.32",
    "@types/lodash": "^4.14.38",
    "@types/mime": "0.0.29",
    "@types/minimatch": "^2.0.29",
    "@types/mocha": "^2.2.32",
    "@types/multer": "0.0.32",
    "@types/node": "4.0.30",
    "@types/nomnom": "0.0.28",
    "@types/semver": "^5.3.30",
    "@types/sinon": "^1.16.31",
    "@types/sinon-chai": "^2.7.27",
    "@types/socket.io": "^1.4.27",
    "accessibility-developer-tools": "^2.10.0",
    "async": "^1.5.0",
    "body-parser": "^1.14.2",
    "chai": "^3.2.0",
    "chalk": "^1.1.1",
    "cleankill": "^1.0.0",
    "express": "^4.8.5",
    "findup-sync": "^0.4.3",
    "glob": "^7.1.1",
    "lodash": "^3.0.1",
    "mocha": "^3.1.2",
    "multer": "^1.1.0",
    "nomnom": "^1.8.1",
    "polyserve": "git+https://github.com/t2ym/polyserve.git#0.19.1-istanbul.3",
    "promisify-node": "^0.4.0",
    "resolve": "^1.0.0",
    "semver": "^5.3.0",
    "send": "^0.11.1",
    "server-destroy": "^1.0.1",
    "sinon": "^1.11.1",
    "sinon-chai": "^2.6.0",
    "socket.io": "^1.7.2",
    "stacky": "^1.3.1",
    "test-fixture": "PolymerElements/test-fixture#3.x",
    "wd": "^1.0.0"
  },
  "optionalDependencies": {
    "update-notifier": "^1.0.0",
    "wct-local": "^2.0.15",
    "wct-sauce": "^2.0.0-pre.1"
  },
  "devDependencies": {
    "@types/express-serve-static-core": "^4.0.39",
    "@types/rimraf": "0.0.28",
    "bower": "^1.7.9",
    "clang-format": "^1.0.43",
    "depcheck": "^0.6.3",
    "grunt": "^0.4.5",
    "gulp": "^3.8.8",
    "gulp-bower": "0.0.13",
    "gulp-jshint": "^2.0.0",
    "gulp-spawn-mocha": "^3.1.0",
    "gulp-tslint": "^5.0.0",
    "gulp-typescript": "^3.1.2",
    "jshint": "^2.8.0",
    "jshint-stylish": "^2.0.1",
    "lazypipe": "^1.0.1",
    "rimraf": "^2.5.4",
    "rollup": "^0.25.1",
    "run-sequence": "^1.0.1",
    "tslint": "^3.10.2",
    "typescript": "^2.1.4",
    "watch": "^0.18.0"
  },
  "engines": {
    "node": ">= 6.0"
  }
}
