-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 799 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 799 Bytes
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
{
"name": "exif-tags",
"version": "4.0.0",
"description": "This library provides exif tags and it's identifier.",
"main": "src/index.js",
"scripts": {
"lint": "neutrino lint --use @neutrinojs/standardjs",
"doc": "jsdoc2md --template README.hbs --files src/index.js > README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piu130/exif-tags.git"
},
"pre-commit": [
"lint"
],
"author": "piu130",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/piu130/exif-tags/issues"
},
"homepage": "https://github.com/piu130/exif-tags#readme",
"devDependencies": {
"@neutrinojs/standardjs": "^8.3.0",
"jsdoc-to-markdown": "^4.0.1",
"neutrino": "^8.3.0",
"pre-commit": "^1.2.2"
},
"typings": "./index.d.ts"
}