-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json.orig
47 lines (47 loc) · 995 Bytes
/
package.json.orig
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
{
"name": "gulp-hashsumx",
"version": "1.0.0",
"description": "Generate a checksum file (like shasum, md5sum, ...).",
"keywords": [
"gulp",
"gulpplugin",
"hash",
"sha1sum",
"shasum",
"md5sum",
"checksum"
],
"homepage": "http://binarybhu.com/code/gulp/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-util": "~2.2.6",
"lodash": "~2.4.1",
"mkdirp": "~0.5.0",
"slash": "~0.1.1",
"through": "~2.3.4"
},
"devDependencies": {
"chai": "~1.9.1",
"istanbul": "~0.3.0",
"mocha": "~1.21.4",
"mock-fs": "~2.3.1",
"sleep": "~1.1.8"
},
"bugs": {
"url": "https://github.com/bhuvidya/gulp-hashsumx/issues"
},
"maintainers": [
{
"name": "binarybhu",
"email": "[email protected]"
}
]
}