RobinCK/gulp-css-rebase

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "gulp-css-rebase",
  "version": "2.0.5",
  "description": "Rewrite url references in CSS and copyed CSS assets",
  "main": "index.js",
  "dependencies": {
    "file-exists": "^2.0.0",
    "fs": "0.0.1-security",
    "md5": "^2.2.1",
    "merge": "^1.2.0",
    "mkpath": "^1.0.0",
    "path": "^0.12.7",
    "rework": "^1.0.1",
    "rework-plugin-url": "^1.1.0",
    "through2": "^0.6.5"
  },
  "devDependencies": {
    "eslint": "^3.19.0"
  },
  "scripts": {
    "test": "node_modules/.bin/eslint .",
    "patch": "npm version patch && git push origin master --follow-tags && npm publish",
    "minor": "npm version minor && git push origin master --follow-tags && npm publish",
    "major": "npm version major && git push origin master --follow-tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RobinCK/gulp-css-rebase.git"
  },
  "author": "Igor Ognichenko <ognichenko.igor@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RobinCK/gulp-css-rebase/issues"
  },
  "homepage": "https://github.com/RobinCK/gulp-css-rebase#readme",
  "keywords": [
    "url-rebase",
    "gulp",
    "gulpplugin",
    "css",
    "url",
    "rebase",
    "rewrite"
  ]
}