This commit is contained in:
Utkarsh Verma
2022-04-29 10:24:58 +05:30
parent 28d3e77f9a
commit 8d76d84c85

View File

@@ -1,10 +1,17 @@
{
"name": "video-frames",
"version": "0.1.0",
"private": false,
"description": "Client side video frames extraction as base64 encoded images",
"author": "Utkarsh Verma",
"keywords": ["video", "frame", "client-side", "base64"],
"main": "index.js",
"license": "MIT"
"name": "video-frames",
"version": "0.1.1",
"private": false,
"description": "Client side video frames extraction as base64 encoded images",
"author": "Utkarsh Verma",
"keywords": ["video", "frame", "client-side", "base64"],
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/n3r4zzurr0/video-frames.git"
},
"scripts": {
"test": "standard"
}
}