{
  "name": "sw-testing-helpers",
  "version": "1.0.2",
  "description": "A set of helper files used to test Propel and sw-toolbox.",
  "main": "./build/index.js",
  "files": [
    "build/",
    "src/"
  ],
  "scripts": {
    "build": "gulp",
    "build-docs": "jsdoc -c ./jsdoc.conf -d",
    "bundle": "./project/copy-build-files.sh",
    "pretest": "node ./test/helpers/download-test-browsers.js",
    "test": "npm run build && npm run lint && mocha",
    "lint": "eslint '.'",
    "publish-release": "publish-release.sh",
    "publish-docs": "publish-docs.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoogleChrome/sw-testing-helpers.git"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/GoogleChrome/sw-testing-helpers/issues"
  },
  "homepage": "https://github.com/GoogleChrome/sw-testing-helpers#readme",
  "dependencies": {
    "chai": "^3.5.0",
    "del": "^2.2.0",
    "express": "^4.13.4",
    "mocha": "^3.0.2"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.6.0",
    "babelify": "^7.2.0",
    "browserify": "^13.0.0",
    "chromedriver": "^2.28.0",
    "eslint": "^3.12.1",
    "eslint-config-google": "^0.7.1",
    "geckodriver": "1.4.0",
    "glob": "^7.0.3",
    "gulp": "^3.9.1",
    "gulp-mocha": "^3.0.1",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^2.0.0",
    "jsdoc": "^3.4.0",
    "node-fetch": "^1.5.0",
    "npm-publish-scripts": "^2.0.6",
    "require-dir": "^0.3.0",
    "rollupify": "^0.3.1",
    "run-sequence": "^1.1.5",
    "selenium-assistant": "^5.0.4",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  }
}
