-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.18 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
{
"name": "dist-exiftool",
"version": "10.53.0",
"description": "Platform-dependent distribution of exiftool.",
"main": "index.js",
"scripts": {
"postinstall": "platform-dependent-modules",
"test": "cross-env ZOROASTER_TIMEOUT=10000 zoroaster test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sobesednik/dist-exiftool.git"
},
"keywords": [
"exiftool"
],
"author": "Anton <[email protected]>",
"license": "Artistic-2.0",
"bugs": {
"url": "https://github.com/Sobesednik/dist-exiftool/issues"
},
"homepage": "https://github.com/Sobesednik/dist-exiftool#readme",
"devDependencies": {
"cross-env": "5.0.0",
"zoroaster": "0.4.4"
},
"dependencies": {
"platform-dependent-modules": "0.0.14"
},
"optionalDependencies": {
"exiftool.exe": "10.53",
"exiftool.pl": "10.53"
},
"config": {
"platformDependentModules": {
"linux": [
],
"win32": [
],
"darwin": [
],
"freebsd": [
],
"sunos": [
]
}
}
}