1
0
mirror of https://github.com/danog/plotframes.git synced 2024-11-26 11:54:47 +01:00
plotframes/package.json

45 lines
921 B
JSON
Raw Permalink Normal View History

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"
],
"version": "2.0.1",
2015-10-17 17:34:41 +02:00
"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
}