1 Star 0 Fork 0

cocoaroger/node-fluent-ffmpeg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 801 Bytes
一键复制 编辑 原始数据 按行查看 历史
cocoaroger 提交于 2021-10-07 22:19 . init
{
"name": "fluent-ffmpeg",
"version": "2.1.2",
"description": "A fluent API to FFMPEG (http://www.ffmpeg.org)",
"keywords": [
"ffmpeg"
],
"author": "Stefan Schaermeli <schaermu@gmail.com>",
"contributors": [
{
"name": "Felix Fichte",
"email": "spruce@space-ships.de"
}
],
"license": "MIT",
"bugs": {
"mail": "schaermu@gmail.com",
"url": "http://github.com/fluent-ffmpeg/node-fluent-ffmpeg/issues"
},
"repository": "git://github.com/fluent-ffmpeg/node-fluent-ffmpeg.git",
"devDependencies": {
"mocha": "latest",
"should": "latest",
"jsdoc": "latest"
},
"dependencies": {
"async": ">=0.2.9",
"which": "^1.1.1"
},
"engines": {
"node": ">=0.8.0"
},
"main": "index",
"scripts": {
"test": "make test"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cocoaroger/node-fluent-ffmpeg.git
git@gitee.com:cocoaroger/node-fluent-ffmpeg.git
cocoaroger
node-fluent-ffmpeg
node-fluent-ffmpeg
master

搜索帮助