-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 969 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": "media-organizer",
"version": "0.0.0",
"description": "Organize photos and videos based on their meta data",
"main": "index.js",
"scripts": {
"test-clean": "node dist/test/copyTestMedia.js",
"test-move": "node index.js /tmp/test_media /tmp/media-organizer",
"test-no-move": "node index.js /tmp/test_media"
},
"keywords": [
"video",
"photo",
"organize"
],
"author": "Patrick Huang",
"license": "MIT",
"dependencies": {
"app-root-dir": "~1.0.2",
"babel-polyfill": "~6.5.0",
"exif-parser": "~0.1.9",
"ext-name": "~3.0.0",
"file": "~0.2.2",
"fs-extra": "~0.22.1",
"graceful-logger": "~0.4.3",
"moment": "~2.24.0",
"moment-range": "~2.0.2",
"moment-timezone": "~0.4.0",
"ramda": "^0.19.1",
"sha1-file": "~1.0.0",
"stream-splitter": "~0.3.2",
"superagent": "~5.2.2"
},
"devDependencies": {
"babel-preset-es2015": "~6.5.0",
"babel-cli": "~6.5.1"
}
}