-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 947 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
38
39
40
41
{
"name": "img-trans",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/truongln88/img-trans.git"
},
"author": "Nam Truong Le",
"license": "ISC",
"bugs": {
"url": "https://github.com/truongln88/img-trans/issues"
},
"homepage": "https://github.com/truongln88/img-trans#readme",
"dependencies": {
"async": "^2.6.0",
"chai": "^4.1.2",
"chalk": "^2.3.0",
"config": "^3.0.1",
"exiftool": "0.0.3",
"fs-extra": "^5.0.0",
"hash.js": "^1.1.3",
"inquirer": "^5.0.1",
"js-yaml": "^3.12.0",
"klaw": "^2.1.1",
"lodash": "^4.17.10",
"md5.js": "^1.3.4",
"mocha": "^5.0.0",
"moment": "^2.20.1",
"npm": "^6.0.0",
"p-queue": "^2.3.0",
"winston": "^2.4.0"
},
"devDependencies": {
"eslint": "^4.19.1"
}
}