-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 884 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
{
"name": "exiftool-kit",
"version": "0.1.8",
"description": "This is a ExifTool node.js wrapped version. Help you can read / write / create exif, iptc and more information of media",
"main": "lib/exiftool-wrapper.js",
"engines": {
"nodejs": ">=6.0.0"
},
"files": [
"lib/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"exiftool",
"exif",
"read",
"write",
"file",
"buffer"
],
"author": "Kim Hsiao <[email protected]>",
"directories": {
"lib": "lib",
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poyhsiao/exiftool-kit.git"
},
"bugs": {
"url": "https://github.com/poyhsiao/exiftool-kit/issues"
},
"license": "MIT",
"homepage": "https://github.com/poyhsiao/exiftool-kit#readme"
}