Rename to v2f

Video to film
This commit is contained in:
Matt 2015-12-18 08:49:03 -05:00
parent 2b4644cc58
commit 7f62e8a080
2 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
"name": "video_to_page",
"version": "1.0.0",
"description": "Turn a video into a page of stills 16mm size",
"main": "video_to_page.js",
"main": "v2f.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "mmcwilliams",
"license": "MIT",
"nexe" : {
"output" : "../video_to_page_nexe/video_to_page",
"output" : "../video_to_page_nexe/v2f",
"runtime": {
"ignoreFlags": true,
"framework" : "nodejs",