18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"name": "vp",
|
|
"version": "0.0.1",
|
|
"description": "VideoPlayer (vp) is a private project at db company to handle hls streams in a modular beautiful html5 video player.",
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "VideoPlayer"
|
|
},
|
|
"license": "MIT",
|
|
"author": "db",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
}
|
|
}
|