-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 876 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
{
"name": "backup-checker",
"version": "0.0.1",
"description": "a utility for finding duplicates and difference in folders",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antonaut/backup-checker.git"
},
"keywords": [
"backup",
"diff",
"duplicates"
],
"author": "Anton Erholt",
"license": "MIT",
"bugs": {
"url": "https://github.com/antonaut/backup-checker/issues"
},
"homepage": "https://github.com/antonaut/backup-checker#readme",
"dependencies": {
"bluebird": "^3.5.1",
"bottleneck": "^2.3.0",
"klaw": "^2.1.1",
"lodash": "^4.17.5",
"progress": "^2.0.0",
"stream-to-promise": "^2.2.0",
"through2": "^2.0.3",
"walk": "^2.3.13",
"walker": "^1.0.7",
"xxhash": "^0.2.4",
"xxhashjs": "^0.2.2"
}
}