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