npm test
This commit is contained in:
23
package.json
23
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user