-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.88 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "image-organizer",
"version": "1.3.0",
"description": "A simple program to organize image collection.",
"main": "index.js",
"bin": "src/cmd/index.js",
"scripts": {
"pretest": "eslint .",
"test": "nyc --reporter=html --reporter=text --reporter=lcov mocha --recursive",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AGrzes/image-organizer.git"
},
"keywords": [
"image",
"organizer",
"command_line"
],
"author": "Grzegorz Abramczyk <abramczyk@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AGrzes/image-organizer/issues"
},
"homepage": "https://github.com/AGrzes/image-organizer#readme",
"devDependencies": {
"chai": "^4.2.0",
"chai-datetime": "^1.5.0",
"chai-subset": "^1.6.0",
"coveralls": "^3.0.9",
"dev-null": "^0.1.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-mocha": "^6.3.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.0.1",
"mock-fs": "^4.10.4",
"nyc": "^15.0.0",
"pouchdb-adapter-memory": "^7.2.1",
"pouchdb-server": "^4.2.0",
"streamtest": "^1.2.4"
},
"dependencies": {
"debug": "^4.1.1",
"enable-stream": "^1.1.0",
"fs-extra": "^8.1.0",
"glob-parent": "^5.1.0",
"glob-stream": "^6.1.0",
"lodash": "^4.17.15",
"md5-file": "^4.0.0",
"mime": "^2.4.4",
"minimatch": "^3.0.4",
"mississippi": "^4.0.0",
"moment": "^2.18.1",
"multistream": "^4.0.0",
"ouch-stream": "^1.2.0",
"pouchdb-adapter-http": "^7.2.1",
"pouchdb-adapter-leveldb": "^7.2.1",
"pouchdb-core": "^7.2.1",
"pouchdb-mapreduce": "^7.2.1",
"simple-exiftool": "^1.1.0",
"yargs": "^15.1.0"
}
}