master
Matt Huntington 6 years ago
commit 2f9dadeb7a

1
.gitignore vendored

@ -0,0 +1 @@
node_modules

29
package-lock.json generated

@ -0,0 +1,29 @@
{
"name": "photo-file-rename",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"debug": {
"version": "2.6.9",
"resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
"integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
"requires": {
"ms": "2.0.0"
}
},
"exif": {
"version": "0.6.0",
"resolved": "https://registry.npmjs.org/exif/-/exif-0.6.0.tgz",
"integrity": "sha1-YKYmaAdlQst+T1cZnUrG830sX0o=",
"requires": {
"debug": "^2.2"
}
},
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
}
}
}

@ -0,0 +1,22 @@
{
"name": "photo-file-rename",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahuntington/photo-file-rename.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mahuntington/photo-file-rename/issues"
},
"homepage": "https://github.com/mahuntington/photo-file-rename#readme",
"dependencies": {
"exif": "^0.6.0"
}
}
Loading…
Cancel
Save