2015-10-12 00:53:13 +02:00
|
|
|
{
|
|
|
|
"name": "plotframes",
|
|
|
|
"description": "A Node.js frame plotter inspired by FFmpeg plotframes",
|
|
|
|
"keywords": [
|
|
|
|
"plot",
|
|
|
|
"frames",
|
|
|
|
"ffprobe",
|
|
|
|
"ffmpeg",
|
|
|
|
"gnuplot",
|
|
|
|
"bitrate"
|
|
|
|
],
|
2015-10-17 17:34:41 +02:00
|
|
|
"version": "2.0.0",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/rodrigopolo/plotframes.git"
|
|
|
|
},
|
2015-10-12 00:53:13 +02:00
|
|
|
"license": "MIT",
|
2015-10-17 17:34:41 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Rodrigo Polo",
|
|
|
|
"email": "rodrigo.polo@gmail.com"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/rodrigopolo/plotframes#readme",
|
|
|
|
"main": "main.js",
|
|
|
|
"bin": {
|
|
|
|
"plotframes": "cli.js"
|
|
|
|
},
|
|
|
|
"preferGlobal": true,
|
2015-10-12 00:53:13 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/rodrigopolo/plotframes/issues"
|
|
|
|
},
|
2015-10-17 17:34:41 +02:00
|
|
|
"maintainers": [
|
|
|
|
{
|
|
|
|
"name": "Rodrigo Polo",
|
|
|
|
"email": "rodrigo.polo@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
2015-10-12 00:53:13 +02:00
|
|
|
"dependencies": {
|
|
|
|
"dashdash": "1.10.x",
|
2015-10-17 17:34:41 +02:00
|
|
|
"extend": "3.0.x",
|
2015-10-13 18:57:39 +02:00
|
|
|
"single-line-log": "1.0.x",
|
2015-10-12 00:53:13 +02:00
|
|
|
"split": "1.0.x",
|
|
|
|
"temp": "0.8.x"
|
2015-10-17 17:34:41 +02:00
|
|
|
}
|
2015-10-12 00:53:13 +02:00
|
|
|
}
|