10 Star 76 Fork 6

scottxu / openBSE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
徐誉诚 提交于 2020-10-10 11:35 . 更新版本号
{
"name": "openbse",
"version": "3.3.0",
"description": "openBSE 是一个高性能 JavaScript 弹幕引擎。同屏弹幕1000+ A high-performance JavaScript bullet screen (danmaku) engine. ",
"main": "./dist/openBSE.js",
"scripts": {
"test": "gulp eslint",
"build": "gulp build",
"doc": "gulp doc",
"default": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamscottxu/openBSE.git"
},
"keywords": [
"弹幕",
"bullet screen",
"引擎",
"engine",
"danmaku",
"コメント"
],
"author": "Scott Xu",
"email": "scottxu@scottxublog.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/iamscottxu/openBSE/issues"
},
"homepage": "https://iamscottxu.github.io/openBSE/",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"docdash": "^1.2.0",
"eslint": "^7.8.1",
"fs-extra": "^9.0.1",
"gulp": "^4.0.2",
"gulp-add-src": "^1.0.0",
"gulp-babel": "^8.0.0",
"gulp-bro": "^2.0.0",
"gulp-eslint": "^6.0.0",
"gulp-glsl": "^1.2.4",
"gulp-header": "^2.0.9",
"gulp-jsdoc3": "^3.0.0",
"gulp-json-editor": "^2.5.4",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"typescript": "^4.0.2"
},
"dependencies": {
"core-js": "^3.6.5",
"@magic-power-research/linked-list-js": "^1.0.2"
}
}
JavaScript
1
https://gitee.com/scott-xu/openBSE.git
git@gitee.com:scott-xu/openBSE.git
scott-xu
openBSE
openBSE
master

搜索帮助