-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 879 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
{
"name": "handstop-demo",
"version": "1.0.0",
"license": "GPL-3.0-only",
"dependencies": {
"@octokit/rest": "^21.0.1",
"handstop": "^1.0.0",
"marked": "^14.0.0",
"node-html-parser": "^6.1.13"
},
"homepage": "https://www.npmjs.com/package/handstop",
"description": "This repository demonstrates Handstop, a video encoding library developed for Node.js. It showcases the capabilities of Handstop in efficiently encoding videos, making it suitable for various media processing tasks.",
"keywords": [
"video-encoding",
"node.js",
"handstop-library",
"media-processing",
"video-formats",
"video-resolution",
"high-performance",
"open-source",
"api-integration",
"node-js-library",
"video-processing",
"media-services",
"customizable-encoding",
"web-applications",
"mobile-optimization"
]
}