v2f/package.json

20 lines
424 B
JSON

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