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
36 lines (36 loc) · 750 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 750 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
36
{
"name": "omni-gulp-replace",
"version": "1.0.0",
"description": "A string replace plugin for gulp",
"dependencies": {
"istextorbinary": "1.0.2",
"lodash": "^4.14.1",
"readable-stream": "^2.0.1",
"replacestream": "^4.0.0"
},
"devDependencies": {
"concat-stream": "^1.5.0",
"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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lazd/gulp-replace/issues"
},
"engines": {
"node": ">=0.10"
}
}