@alecefe/platzimediaplayer
Version:
An implementation of a MediaPlayer through the Professional Javascript Course
21 lines (20 loc) • 555 B
JSON
{
"name": "@alecefe/platzimediaplayer",
"version": "1.0.0",
"description": "An implementation of a MediaPlayer through the Professional Javascript Course",
"main": "lib/MediaPlayer.js",
"scripts": {
"build": "tsc src/**/*.ts src/plugins/*.ts src/plugins/**/*.ts --outDir lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"MediaPlayer",
"Video",
"Platzi"
],
"author": "Marco Rodriguez <ma.rodriguezf21@gmail.com>",
"license": "ISC",
"devDependencies": {
"typescript": "^3.9.7"
}
}