123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "gulp-replace",
- "version": "1.0.0",
- "description": "A string replace plugin for gulp",
- "dependencies": {
- "istextorbinary": "2.2.1",
- "readable-stream": "^2.0.1",
- "replacestream": "^4.0.0"
- },
- "devDependencies": {
- "concat-stream": "^1.5.2",
- "mocha": "^5.1.1",
- "should": "^13.2.1",
- "vinyl": "^2.1.0"
- },
- "scripts": {
- "test": "mocha"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/lazd/gulp-replace.git"
- },
- "keywords": [
- "gulpplugin",
- "replace"
- ],
- "author": "Larry Davis <lazdnet@gmail.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/lazd/gulp-replace/issues"
- },
- "engines": {
- "node": ">=0.10"
- }
- }
|