Files
video-frames/package.json
Utkarsh Verma 7095a807a0 v1.0.18
2022-09-09 09:48:15 +05:30

35 lines
655 B
JSON

{
"name": "video-frames",
"version": "1.0.18",
"private": false,
"description": "Client-side video frames extraction as base64 encoded images",
"author": "Utkarsh Verma",
"keywords": [
"video",
"frames",
"client-side",
"canvas",
"base64",
"browser"
],
"main": "dist/videoframes.min.js",
"unpkg": "dist/videoframes.umd.min.js",
"jsdelivr": "dist/videoframes.umd.min.js",
"files": [
"dist/",
"README.md",
"LICENSE"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/n3r4zzurr0/video-frames.git"
},
"scripts": {
"test": "standard"
},
"devDependencies": {
"standard": "^17.0.0"
}
}