-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1 KB
/
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
44
45
46
47
48
{
"name": "gulp-hashsumx",
"version": "2.0.3",
"description": "Generate a checksum file (like shasum, md5sum, ...).",
"keywords": [
"gulp",
"gulpplugin",
"hash",
"sha1sum",
"shasum",
"md5sum",
"checksum"
],
"homepage": "http://github.com/bhuvidya/gulp-hashsumx",
"license": "MIT",
"author": {
"name": "bhu Boue vidya (originally Remko Tronçon)"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bhuvidya/gulp-hashsumx"
},
"dependencies": {
"gulp-json-format": "^2.0.0",
"gulp-util": "^3.0.8",
"lodash": "^4.17.15",
"mkdirp": "^1.0.3",
"slash": "^3.0.0",
"through": "^2.3.8"
},
"devDependencies": {
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"mocha": "^7.0.1",
"mock-fs": "^4.10.4",
"sleep": "^6.1.0"
},
"bugs": {
"url": "https://github.com/bhuvidya/gulp-hashsumx/issues"
},
"maintainers": [
{
"name": "binarybhu",
"email": "[email protected]"
}
]
}