Install development dependencies to build the script to a binary, generate documents from source comments and run unit tests with qunit.
This commit is contained in:
parent
302c18df6a
commit
8108de3fe2
File diff suppressed because it is too large
Load Diff
|
@ -2,7 +2,7 @@
|
||||||
"name": "frameloom",
|
"name": "frameloom",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Node script to generate flicker videos by interweaving frames from multiple videos",
|
"description": "Node script to generate flicker videos by interweaving frames from multiple videos",
|
||||||
"main": "index.js",
|
"main": "frameloom",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
@ -11,5 +11,10 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"commander": "^2.19.0",
|
"commander": "^2.19.0",
|
||||||
"fs-extra": "^7.0.1"
|
"fs-extra": "^7.0.1"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"jsdoc-to-markdown": "^4.0.1",
|
||||||
|
"pkg": "^4.3.5",
|
||||||
|
"qunit": "^2.8.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue