Files
Zos/Skills/@be/node_modules/ffprobe-static/package.json

23 lines
413 B
JSON
Raw Normal View History

{
"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"
}
}