forked from kaa/gulp-apply-patch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 809 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 809 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
37
{
"name": "gulp-apply-patch",
"version": "1.0.1",
"description": "Applies patches to files piped through it",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaa/gulp-apply-patch.git"
},
"keywords": [
"gulp",
"patch",
"diff",
"unified"
],
"author": "Joakim Beijar [github.com/kaa]",
"license": "ISC",
"bugs": {
"url": "https://github.com/kaa/gulp-apply-patch/issues"
},
"homepage": "https://github.com/kaa/gulp-apply-patch#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"mocha": "^3.0.2",
"vinyl-fs": "^2.4.3"
},
"dependencies": {
"diff": "^3.5.0",
"glob": "^7.0.5",
"gulp-util": "^3.0.7",
"through2": "^2.0.1"
}
}