{
  "name": "sw-toolbox",
  "version": "3.6.0",
  "description": "Service Worker Toolbox provides some simple helpers for use in creating your own service workers.",
  "license": "Apache-2.0",
  "scripts": {
    "build": "gulp default",
    "test": "gulp lint default && node ./test/helpers/download-browsers.js && mocha",
    "publish-release": "npm-publish-scripts publish-release"
  },
  "main": "lib/sw-toolbox.js",
  "repository": "https://github.com/GoogleChrome/sw-toolbox",
  "dependencies": {
    "path-to-regexp": "^1.0.1",
    "serviceworker-cache-polyfill": "^4.0.0"
  },
  "devDependencies": {
    "browserify": "^13.1.0",
    "chai": "^3.4.1",
    "chromedriver": "^2.27.2",
    "cookie-parser": "^1.4.1",
    "eslint": "^3.13.1",
    "eslint-config-google": "^0.7.1",
    "express": "^4.13.3",
    "geckodriver": "^1.3.0",
    "gulp": "^3.9.0",
    "gulp-eslint": "^3.0.1",
    "gulp-gh-pages": "^0.5.4",
    "gulp-header": "^1.8.8",
    "gulp-sourcemaps": "^2.3.1",
    "gulp-uglify": "^2.0.0",
    "jsdoc": "^3.4.0",
    "mocha": "^3.2.0",
    "npm-publish-scripts": "^4.1.0",
    "operadriver": "^1.0.0",
    "selenium-assistant": "^5.0.2",
    "sw-testing-helpers": "1.0.1",
    "temp": "^0.8.3",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "which": "^1.2.4"
  },
  "files": [
    "lib/",
    "companion.js",
    "sw-toolbox.js",
    "sw-toolbox.js.map",
    "index.d.ts"
  ]
}
