forked from Kagami/ffmpeg.js
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 695 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "ffmpeg.js",
"version": "4.2.9003",
"description": "Port of FFmpeg with Emscripten",
"main": "ffmpeg-webm.js",
"scripts": {
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kagami/ffmpeg.js.git"
},
"keywords": [
"asm.js",
"emscripten",
"ffmpeg",
"video"
],
"author": "Kagami Hiiragi",
"license": "(LGPL-2.1+ OR GPL-2.0)",
"ethereum": "0x3ec9a73ba55a22f020226be8b4496304d12be0e1",
"bugs": {
"url": "https://github.com/Kagami/ffmpeg.js/issues"
},
"homepage": "https://github.com/Kagami/ffmpeg.js#readme",
"devDependencies": {
"chai": "latest",
"mocha": "latest"
}
}