-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 811 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 811 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
31
32
{
"name": "activeframe",
"version": "0.0.1",
"description": "Custom .af video format for WebCodecs: frame-accurate playback without a video tag or third-party decoders.",
"license": "MIT",
"author": "luruke <[email protected]>",
"type": "commonjs",
"main": "af.js",
"repository": {
"type": "git",
"url": "https://github.com/activetheory/activeframe"
},
"homepage": "https://github.com/activetheory/activeframe",
"bugs": {
"url": "https://github.com/activetheory/activeframe/issues"
},
"keywords": [
"video",
"webcodecs",
"decoder",
"activeframe",
"active theory"
],
"scripts": {
"demo": "npx --yes serve@6 --ssl docs",
"generate": "cd samples && ./run.sh"
},
"dependencies": {
"ffmpeg-static": "^5.3.0",
"mp4box": "^2.3.0"
}
}