forked from lazd/gulp-replace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 720 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "gulp-replace",
"version": "0.5.4",
"description": "A string replace plugin for gulp",
"dependencies": {
"istextorbinary": "1.0.2",
"readable-stream": "^2.0.1",
"replacestream": "^4.0.0"
},
"devDependencies": {
"concat-stream": "^1.5.2",
"mocha": "^2.1.0",
"should": "^7.0.1",
"vinyl": "^0.5.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"
}
}