mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
36 lines
1,005 B
JSON
36 lines
1,005 B
JSON
{
|
|
"name": "videojs-hotkeys",
|
|
"version": "0.2.30",
|
|
"description": "Adds more hotkey support to video.js",
|
|
"author": "Chris Dougherty",
|
|
"license": "Apache-2.0",
|
|
"main": "videojs.hotkeys.js",
|
|
"types": "index.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ctd1500/videojs-hotkeys.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ctd1500/videojs-hotkeys/issues"
|
|
},
|
|
"homepage": "https://github.com/ctd1500/videojs-hotkeys",
|
|
"keywords": [
|
|
"videojs",
|
|
"videojs-plugin",
|
|
"hotkeys"
|
|
],
|
|
"devDependencies": {
|
|
"grunt": "^1.6.1",
|
|
"grunt-contrib-clean": "^2.0.1",
|
|
"grunt-contrib-compress": "^2.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-uglify": "^5.2.2",
|
|
"grunt-github-releaser2": "^0.1.1",
|
|
"time-grunt": "^1.4.0"
|
|
},
|
|
"scripts": {
|
|
"build": "grunt",
|
|
"release": "grunt release"
|
|
},
|
|
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
|
|
}
|