forked from kevva/decompress-targz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 857 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
43
{
"name": "decompress-targz",
"version": "3.1.0",
"description": "decompress tar.gz plugin",
"license": "MIT",
"repository": "kevva/decompress-targz",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test/test.js"
},
"files": [
"index.js"
],
"keywords": [
"decompress",
"decompressplugin",
"extract",
"gulpplugin",
"tar.gz",
"targz"
],
"dependencies": {
"is-gzip": "^1.0.0",
"object-assign": "^2.0.0",
"strip-dirs": "^1.0.0",
"tar-stream": "^1.1.1",
"through2": "^0.6.1",
"vinyl": "^0.4.3"
},
"devDependencies": {
"ava": "0.0.4",
"buffer-equal": "0.0.1",
"is-jpg": "^1.0.0",
"vinyl-file": "^1.1.0"
}
}