current-exif-date
Version:
Get the current date as an Exif date format
38 lines (37 loc) • 733 B
JSON
{
"name": "current-exif-date",
"version": "1.0.0",
"description": "Get the current date as an Exif date format",
"repository": "shinnn/current-exif-date",
"author": "Shinnosuke Watanabe (https://github.com/shinnn)",
"scripts": {
"pretest": "eslint --fix --format=codeframe .",
"test": "nyc --reporter=html --reporter=text node test.js"
},
"license": "ISC",
"files": [
"index.js"
],
"keywords": [
"exif",
"photo",
"date",
"format",
"string",
"now",
"current",
"local"
],
"dependencies": {
"exif-date": "^2.0.1"
},
"devDependencies": {
"@shinnn/eslint-config-node": "^5.0.0",
"eslint": "^4.19.1",
"nyc": "^12.0.2",
"tape": "^4.9.1"
},
"eslintConfig": {
"extends": "@shinnn/node"
}
}