23 lines
572 B
JSON
23 lines
572 B
JSON
{
|
|
"name": "frameloom",
|
|
"version": "1.0.1",
|
|
"description": "Node script to generate flicker videos by interweaving frames from multiple videos",
|
|
"main": "frameloom",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"version": "npm --no-git-tag-version version patch",
|
|
"docs": "sh docs.sh"
|
|
},
|
|
"author": "sixteenmillimeter",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"commander": "^2.19.0",
|
|
"fs-extra": "^7.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"jsdoc-to-markdown": "^4.0.1",
|
|
"pkg": "^4.3.5",
|
|
"qunit": "^2.8.0"
|
|
}
|
|
}
|