forked from fobos/gulp-archiver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 814 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
{
"name": "gulp-archiver2",
"version": "1.1.5",
"description": "Archive anything through gulp",
"author": "x0a",
"repository": "x0a/gulp-archiver",
"main": "index.js",
"scripts": {},
"keywords": [
"archive",
"archiver",
"zip",
"tar",
"gulp",
"gulpplugin",
"tar.gz"
],
"contributors": [
"Alexander Biryukov <alex.biryukoff@gmail.com>"
],
"dependencies": {
"archiver": "^2.1.1",
"concat-stream": "^1.6.2",
"plugin-error": "^1.0.1",
"through2": "^2.0.3",
"vinyl": "^2.1.0"
},
"devDependencies": {
"decompress-unzip": "^3.2.2",
"gulp": "^4.0.0",
"merge-stream": "^1.0.1",
"mocha": "^2.2.5",
"should": "^7.0.1",
"stream-assert": "^2.0.2",
"tar": "^2.1.1",
"vinyl-assign": "^1.1.0"
},
"license": "MIT"
}