23 lines
413 B
JSON
23 lines
413 B
JSON
{
|
|
"name": "ffprobe-static",
|
|
"version": "2.0.0",
|
|
"description": "Static binaries for ffprobe.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "tape tests/*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/joshwnj/ffprobe-static.git"
|
|
},
|
|
"keywords": [
|
|
"ffprobe",
|
|
"ffmpeg"
|
|
],
|
|
"author": "joshwnj",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"tape": "^4.0.1"
|
|
}
|
|
}
|