阶段6:发布收尾 v0.1.0
- LICENSE 更新为 MoePlayer+niandeng 双版权,修正 moeplayer/LICENSE 误置的 Apache 2.0 - 新增 CHANGELOG.md - package.json 补全 author/repository/homepage/keywords - README 更新路线图进度与插件仓库链接
This commit is contained in:
@@ -2,6 +2,21 @@
|
||||
"name": "moeplayer",
|
||||
"version": "0.1.0",
|
||||
"description": "一款中文友好的网页视频播放器(fork 自 ckplayer X3),支持 mp4/flv/m3u8/ts,可搭配 Moodle media 插件使用",
|
||||
"author": "wangyang (https://git.eryang.wang/wangyang)",
|
||||
"homepage": "https://git.eryang.wang/wangyang/moeplayer",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.eryang.wang/wangyang/moeplayer.git"
|
||||
},
|
||||
"keywords": [
|
||||
"video-player",
|
||||
"html5-video",
|
||||
"m3u8",
|
||||
"flv",
|
||||
"hls",
|
||||
"moodle",
|
||||
"播放器"
|
||||
],
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build": "rollup -c && node scripts/build-css.js && node scripts/copy-libs.js",
|
||||
|
||||
Reference in New Issue
Block a user