Use latest node version with nexe and add lcok file
This commit is contained in:
parent
57255405b5
commit
c65f08d86c
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"name": "v2f",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"lockfileVersion": 1
|
||||||
|
}
|
16
package.json
16
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "v2f",
|
"name": "v2f",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "Turn a video into strips of precise 16mm-size stills",
|
"description": "Turn a video into strips of precise 16mm-size stills",
|
||||||
"main": "v2f.js",
|
"main": "v2f.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -8,12 +8,12 @@
|
||||||
},
|
},
|
||||||
"author": "mmcwilliams",
|
"author": "mmcwilliams",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"nexe" : {
|
"nexe": {
|
||||||
"output" : "../video_to_page_nexe/v2f",
|
"output": "../video_to_page_nexe/v2f",
|
||||||
"runtime": {
|
"runtime": {
|
||||||
"ignoreFlags": true,
|
"ignoreFlags": true,
|
||||||
"framework" : "nodejs",
|
"framework": "nodejs",
|
||||||
"version" : "5.0.0"
|
"version": "8.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue