UNPKG

gulp-resolve-url

Version:

Gulp plugin that resolves relative paths in url() statements based on the original source file

61 lines (60 loc) 1.5 kB
{ "name": "gulp-resolve-url", "version": "0.0.2", "description": "Gulp plugin that resolves relative paths in url() statements based on the original source file", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/jonaskulhanek/gulp-resolve-url.git" }, "keywords": [ "gulp", "plugin", "css", "normalize", "rewrite", "resolve", "url", "sass", "relative", "file" ], "author": "jonaskulhanek", "license": "MIT", "bugs": { "url": "https://github.com/jonaskulhanek/gulp-resolve-url/issues" }, "homepage": "https://github.com/jonaskulhanek/gulp-resolve-url", "dependencies": { "adjust-sourcemap-loader": "^1.1.0", "camelcase": "^4.0.0", "convert-source-map": "^1.1.1", "loader-utils": "^1.0.0", "lodash.defaults": "^4.0.0", "rework": "^1.0.1", "rework-visit": "^1.0.0", "source-map": "^0.5.6", "urix": "^0.1.0", "fancy-log": "^1.3.2", "through2": "^2.0.3", "vinyl-sourcemaps-apply": "^0.2.1" }, "devDependencies": { "gulp": "^3.9.1", "gulp-concat": "^2.6.1", "gulp-sass": "^3.1.0", "gulp-sourcemap": "^1.0.1", "gulp-sourcemaps": "^2.6.3", "istanbul": "^0.4.5", "mocha": "^4.1.0", "mocha-lcov-reporter": "^1.3.0", "should": "^13.2.0", "stream-array": "^1.1.2", "stream-assert": "^2.0.3", "vinyl": "^2.1.0" }, "scripts": { "test": "mocha", "coverage": "istanbul cover _mocha" } }