forked from tomaszczechowski/gulp-string-replace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1011 Bytes
/
package.json
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
36
37
38
39
40
41
42
43
44
{
"name": "gulp-string-replace",
"version": "1.1.1",
"homepage": "https://github.com/tomaszczechowski/gulp-string-replace#readme",
"description": "Replace strings in files by using string or regex patterns.",
"main": "index.js",
"author": {
"name": "Tomasz Czechowski",
"url": "http://www.czechowski.pl"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomaszczechowski/gulp-string-replace.git"
},
"keywords": [
"gulp",
"gulp",
"replace",
"gulp",
"string",
"replace",
"gulp",
"replace",
"string",
"gulp replace",
"gulp replace string",
"gulp string replace"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tomaszczechowski/gulp-string-replace/issues"
},
"dependencies": {
"chalk": "^2.4.1",
"extend": "^3.0.1",
"fancy-log": "^1.3.2",
"plugin-error": "^1.0.1",
"replacestream": "^4.0.3",
"through2": "^2.0.3"
},
"devDependencies": {
"gulp": "^3.9.1"
}
}