Files
emacs/lisp/emacs-application-framework/app/js-video-player/package.json
2021-01-30 14:52:51 +01:00

24 lines
610 B
JSON

{
"name": "eaf-js-video-player",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"plyr": "^3.5.10"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manateelazycat/emacs-application-framework.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/manateelazycat/emacs-application-framework/issues"
},
"homepage": "https://github.com/manateelazycat/emacs-application-framework#readme"
}