-
Notifications
You must be signed in to change notification settings - Fork 89
/
package.json
42 lines (42 loc) · 911 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
{
"name": "gulp-replace",
"version": "1.1.4",
"description": "A string replace plugin for gulp",
"dependencies": {
"@types/node": "*",
"@types/vinyl": "^2.0.4",
"istextorbinary": "^3.0.0",
"replacestream": "^4.0.3",
"yargs-parser": ">=5.0.0-security.0"
},
"devDependencies": {
"concat-stream": "^2.0.0",
"mocha": "^10.2.0",
"npm-which": "^3.0.1",
"should": "^13.2.3",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"vinyl": "^2.2.1"
},
"scripts": {
"test": "mocha"
},
"main": "index.js",
"types": "index.d.ts",
"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": ">=10"
}
}