forked from outaTiME/gulp-replace-task
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 831 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
45
46
47
{
"name": "gulp-replace-task",
"description": "Replace text patterns with applause.",
"version": "0.11.0",
"author": {
"name": "outaTiME",
"url": "http://outa.im/"
},
"repository": "outaTiME/gulp-replace-task",
"license": "MIT",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"release": "scripts/release.sh",
"test": "mocha"
},
"dependencies": {
"through2": "^3.0.1",
"plugin-error": "^1.0.1",
"next-applause": "2.2.4"
},
"devDependencies": {
"mocha": "^6.2.0",
"vinyl": "^2.2.0"
},
"keywords": [
"gulpplugin",
"replace",
"replacement",
"pattern",
"patterns",
"match",
"text",
"string",
"regex",
"regexp",
"json",
"yaml",
"cson",
"flatten"
],
"main": "index.js",
"files": [
"index.js"
]
}