-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
42 lines (42 loc) · 942 Bytes
/
package.json
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
33
34
35
36
37
38
39
40
41
42
{
"name": "mp4-h264",
"version": "1.0.9",
"description": "fast client-side MP4 H264 video encoding",
"main": "./build/mp4-encoder.node.js",
"unpkg": "./build/mp4-encoder.js",
"jsdelivr": "./build/mp4-encoder.js",
"module": "./build/mp4-encoder.js",
"browser": "./build/mp4-encoder.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {},
"devDependencies": {
"get-pixels": "^3.3.2",
"serve": "^11.3.2"
},
"scripts": {
"test": "serve ."
},
"keywords": [
"fast",
"mp4",
"h264",
"video",
"encoding",
"encoder",
"gif",
"animation"
],
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/mp4-h264.git"
},
"homepage": "https://github.com/mattdesl/mp4-h264",
"bugs": {
"url": "https://github.com/mattdesl/mp4-h264/issues"
}
}