forked from s-a/video-datetime-stamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 832 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
{
"author":"Stephan Ahlf <[email protected]> (http://www.ahlt-it.de/)",
"contributor": "Dmitri Dimov <[email protected]> (https://github.com/metahnetoutage/video-datetime-stamp/)",
"preferGlobal": true,
"name": "video-date-time-stamp",
"description": "Render a date/time stamp into videos using ffmpeg.",
"bin": {
"render-stamp": "./bin/render-stamp.js"
},
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/s-a/video-datetime-stamp.git"
},
"main": "lib/main",
"scripts": {
"test": "mocha test",
"bump": "npm version patch && git push && git push --tags && npm publish"
},
"dependencies": {
"commander": "",
"moment": "",
"shelljs": ""
},
"devDependencies": {
"mocha": "^9.1.1",
"should": ""
}
}