mklapse
Version:
images -> time lapse
37 lines (36 loc) • 745 B
JSON
{
"name": "mklapse",
"version": "1.0.0",
"description": "images -> time lapse",
"main": "mklapse.js",
"scripts": {
"start": "node bin/cli.js",
"test": "node test/test.js"
},
"bin": {
"mklapse": "./bin/cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zvakanaka/mklapse.git"
},
"keywords": [
"video",
"ffmpeg",
"command",
"line",
"time",
"lapse"
],
"author": "Adam Quinton",
"license": "MIT",
"bugs": {
"url": "https://github.com/zvakanaka/mklapse/issues"
},
"homepage": "https://github.com/zvakanaka/mklapse#readme",
"dependencies": {
"bar-charts": "^1.0.2",
"files-in-dir": "^1.0.0",
"sequential-promise-all": "^1.0.2"
}
}