UNPKG

gulp-tag-content-replace

Version:

A gulp plugin to replace areas in text files, like comments and the code between them in js.

31 lines (30 loc) 685 B
{ "name": "gulp-tag-content-replace", "version": "0.0.1", "description": "A gulp plugin to replace areas in text files, like comments and the code between them in js.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/reinerBa/gulp-tag-content-replace" }, "keywords": [ "gulp", "token-replace", "comment-replace" ], "author": "Reiner Bamberger", "license": "MIT", "dependencies": { "through2": "^2.0.3" }, "devDependencies": { "event-stream": "^3.3.4", "mocha": "^3.2.0", "should": "^11.2.1", "simple-mocha": "0.0.9", "vinyl": "^2.0.1" } }