-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.48 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
49
50
51
52
53
54
55
{
"name": "group-by-date",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"private": true,
"scripts": {
"test": "npm run lint && mocha",
"lint": "eslint --fix .",
"build": "mkdir -p target && nexe lib/main.js -o target/group-by-date",
"run": "bin/group-by-date.js /media/shares/fotos-und-videos/alles/ /media/shares/fotos-und-videos/sortiert-nach-datum/"
},
"author": "",
"license": "ISC",
"dependencies": {
"deep-equal": "^1.0.1",
"directory-tree-stream": "^1.0.0",
"event-stream": "^3.3.4",
"exiftool-vendored": "^4.17.0",
"fast-exif": "^1.0.1",
"just-diff": "^2.1.1",
"lodash.escape": "^4.0.1",
"looks-same": "^3.3.0",
"map-stream-limit": "^1.1.0",
"mem": "^3.0.0",
"move-file": "^1.0.0",
"p-queue": "^2.3.0",
"pify": "^3.0.0",
"pixel-compare": "^3.1.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"copy-concurrently": "^1.0.5",
"eslint": "^4.15.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"hasha": "^3.0.0",
"istanbul": "^0.4.5",
"listdirs": "^3.0.0",
"mkdirp": "^0.5.1",
"mocha": "^4.1.0",
"nexe": "^2.0.0-rc.26",
"recursive-readdir": "^2.2.1",
"rimraf": "^2.6.2",
"thought": "^1.5.2",
"thoughtful-release": "^0.3.1"
}
}