31 lines
641 B
JSON
31 lines
641 B
JSON
{
|
|
"name": "@ffmpeg/ffmpeg",
|
|
"version": "0.1.0",
|
|
"description": "FFmpeg WebAssembly version",
|
|
"main": "src/index.js",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jeromewu/ffmpeg.js.git"
|
|
},
|
|
"keywords": [
|
|
"ffmpeg",
|
|
"WebAssembly",
|
|
"video"
|
|
],
|
|
"author": "Jerome Wu <jeromewus@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jeromewu/ffmpeg.js/issues"
|
|
},
|
|
"homepage": "https://github.com/jeromewu/ffmpeg.js#readme",
|
|
"dependencies": {
|
|
"@ffmpeg/core": "^0.1.0"
|
|
}
|
|
}
|