{
  "name": "gulp-rewrite-css",
  "description": "Rewrite url references in CSS",
  "repository": {
    "type": "git",
    "url": "https://github.com/joscha/gulp-rewrite-css.git"
  },
  "homepage": "https://github.com/joscha/gulp-rewrite-css",
  "keywords": [
    "gulpplugin",
    "rewrite",
    "css"
  ],
  "main": "./lib/index",
  "dependencies": {
    "ansi-green": "^0.1.1",
    "ansi-magenta": "^0.1.1",
    "bufferstreams": "~2.0.0",
    "event-stream": "3.3.4",
    "fancy-log": "^1.3.2",
    "plugin-error": "^1.0.0"
  },
  "engines": {
    "node": ">= 4"
  },
  "scripts": {
    "prepublish": "coffee -o lib src",
    "test": "mocha --require coffeescript/register -R spec \"test/*.coffee\"",
    "watch": "mocha --require coffeescript/register -R min \"test/*.coffee\" --watch --watch-extensions coffee",
    "coverage": "coffee -o src src && coffee -o test test && istanbul cover _mocha --report html -- -R spec -t 3000 -s 2000",
    "coveralls": "coffee -o src src && coffee -o test test && istanbul cover _mocha --report lcovonly -- -R spec -t 3000 -s 2000 && cat ./coverage/lcov.info | coveralls",
    "travis-deploy-once": "travis-deploy-once",
    "semantic-release": "semantic-release"
  },
  "files": [
    "lib"
  ],
  "devDependencies": {
    "coffeescript": "~2.2.0",
    "coveralls": "~3.0.0",
    "cz-conventional-changelog": "^2.0.0",
    "gulp": "~3.9.0",
    "istanbul": "~0.4.0",
    "mocha": "~5.0.0",
    "mocha-lcov-reporter": "1.3.0",
    "proxyquire": "~1.8.0",
    "semantic-release": "^15.12.4",
    "should": "~13.2.1",
    "sinon": "~4.2.0",
    "strip-ansi": "~4.0.0",
    "travis-deploy-once": "^4.3.2",
    "vinyl": "^2.1.0"
  },
  "license": "MIT",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "version": "1.1.2"
}
