{
  "name": "kodermax-polymer-build",
  "version": "2.1.1",
  "description": "A library of Gulp build tasks",
  "main": "lib/polymer-build.js",
  "typings": "lib/polymer-build.d.ts",
  "scripts": {
    "lint": "gulp lint",
    "build": "gulp build",
    "test": "gulp lint test",
    "prepublishOnly": "npm test",
    "format": "find src/ -iname '*.ts' -o -iname '*.js' | xargs clang-format --style=file -i",
    "test:watch": "watchy -w src/ -- npm test --loglevel=silent"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Polymer/polymer-build.git"
  },
  "author": "The Polymer Project Authors",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/Polymer/polymer-build/issues"
  },
  "homepage": "https://github.com/Polymer/polymer-build#readme",
  "dependencies": {
    "@types/mz": "0.0.31",
    "@types/node": "^6.0.77",
    "@types/parse5": "^2.2.34",
    "@types/vinyl": "^2.0.0",
    "@types/vinyl-fs": "0.0.28",
    "dom5": "^2.3.0",
    "multipipe": "^1.0.2",
    "mz": "^2.6.0",
    "parse5": "^2.2.3",
    "plylog": "^0.5.0",
    "polymer-analyzer": "^2.0.2",
    "polymer-bundler": "^3.1.1",
    "polymer-project-config": "^3.2.1",
    "sw-precache": "^5.1.1",
    "vinyl": "^1.2.0",
    "vinyl-fs": "^2.4.4"
  },
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/fs-extra": "0.0.37",
    "@types/mocha": "^2.2.33",
    "@types/sinon": "^1.16.33",
    "babel-core": "^6.24.1",
    "chai": "^3.5.0",
    "clang-format": "^1.0.52",
    "del": "^2.2.1",
    "depcheck": "^0.6.3",
    "fs-extra": "^2.0.0",
    "gulp": "^3.9.1",
    "gulp-spawn-mocha": "^3.1.0",
    "gulp-tslint": "^7.1.0",
    "gulp-typescript": "^3.1.4",
    "gulp-typings": "^2.0.0",
    "istanbul": "^0.4.5",
    "merge-stream": "^1.0.1",
    "mocha": "^3.2.0",
    "run-sequence": "^1.2.0",
    "sinon": "^1.17.6",
    "temp": "^0.8.3",
    "tslint": "^5.2.0",
    "typescript": "^2.3.2",
    "uglify-js": "^2.8.26",
    "vinyl-fs-fake": "^1.1.0",
    "watchy": "^0.6.7"
  }
}
