forked from exif-js/exif-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 913 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
42
43
44
45
46
47
48
{
"name": "@nuofe/exif-js",
"version": "2.3.1",
"description": "JavaScript library for reading EXIF image metadata",
"main": "exif.js",
"types": "exif.d.ts",
"directories": {
"example": "example"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/nuofe/exif-js"
},
"keywords": [
"nuonuo",
"nuofe",
"exif"
],
"author": "Nuo FE",
"contributors": [
"Jacob Seidelin",
"Roald de Vries"
],
"maintainers": [
"WANG DONG <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nuofe/exif-js/issues"
},
"homepage": "https://github.com/nuofe/exif-js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"spec",
"example"
],
"devDependencies": {
"bower": "^1.4.2",
"mversion": "^1.10.0"
}
}