{
  "name": "gulp-pngquant-openmp",
  "version": "0.0.0",
  "description": "Assign file contents to the Pug template as a local variable",
  "repository": "shinnn/gulp-assign-to-pug",
  "author": "Shinnosuke Watanabe (https://github.com/shinnn)",
  "scripts": {
    "pretest": "eslint --fix --config @shinnn/node index.js test/test.js",
    "test": "node --strong_mode --throw-deprecation --track-heap-objects test/test.js",
    "coverage": "node --strong_mode node_modules/.bin/istanbul cover --no-default-excludes -x=node_modules/** test/test.js",
    "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls"
  },
  "files": [
    "index.js"
  ],
  "license": "MIT",
  "keywords": [
    "gulpplugin",
    "gulp",
    "pug",
    "jade",
    "compile",
    "assign",
    "variable",
    "template",
    "contents"
  ],
  "dependencies": {
    "execa": "^0.4.0",
    "gulp-util": "^3.0.7",
    "pngquant-bin": "^3.1.0",
    "through2-concurrent": "^1.1.1"
  },
  "devDependencies": {
    "@shinnn/eslint-config-node": "^2.0.0",
    "eslint": "^2.7.0",
    "from2-string": "^1.1.0",
    "istanbul": "^0.4.3",
    "tape": "^4.5.1",
    "vinyl": "^1.1.1"
  }
}
