UNPKG

gulp-assetpaths

Version:

A Gulp plugin to change asset paths from one environment to another.

43 lines (42 loc) 895 B
{ "name": "gulp-assetpaths", "version": "0.3.3", "description": "A Gulp plugin to change asset paths from one environment to another.", "keywords": [ "gulpplugin", "cdn", "images", "domains", "assets", "urls", "paths" ], "author": { "name": "Chris Wales", "email": "qwales1@gmail.com", "url": "https://github.com/qwales1" }, "repository": "qwales1/gulp-assetpaths", "scripts": { "test": "mocha test/*.js --reporter spec" }, "bugs": { "url": "https://github.com/qwales1/gulp-assetpaths/issues", "email": "qwales1@gmail.com" }, "dependencies": { "plugin-error": "^1.0.1", "through2": "^3.0.0" }, "devDependencies": { "event-stream": "3.3.4", "mocha": "^5.2.0", "should": "^13.2.3", "vinyl": "^2.2.0" }, "engines": { "node": ">=0.8.0", "npm": ">=1.2.10" }, "license": "MIT" }