1
0
mirror of https://github.com/danog/plotframes.git synced 2024-11-30 04:19:07 +01:00
This commit is contained in:
Rodrigo Polo MPW 2015-10-13 11:56:04 -06:00
parent cae992f0c6
commit 236fc661f6

View File

@ -1,11 +1,11 @@
{ {
"name": "plotframes", "name": "plotframes",
"version": "1.0.2", "version": "1.0.3",
"description": "A Node.js frame plotter inspired by FFmpeg plotframes", "description": "A Node.js frame plotter inspired by FFmpeg plotframes",
"main": "cli.js", "main": "cli.js",
"preferGlobal": true, "preferGlobal": true,
"bin": { "bin": {
"plotframes": "./cli.js" "plotframes": "cli.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",