forked from danielhusar/gulp-save
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 818 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 818 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
38
39
40
41
42
43
44
{
"name": "gulp-save",
"version": "1.2.1",
"description": "Store and restore streams",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/danielhusar/gulp-save"
},
"author": {
"name": "Daniel Husar",
"email": "dano.husar@gmail.com",
"url": "https://github.com/danielhusar"
},
"contributors": [{
"name": "Massimo Artizzu",
"email": "maxart.x@gmail.com",
"url": "https://github.com/maxart2501"
}],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"cache",
"store",
"restore",
"clear",
"filter"
],
"dependencies": {
"gulp-util": "^3.0.0",
"through2": "^0.6.1"
},
"devDependencies": {
"mocha": "*"
}
}