-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
58 lines (58 loc) · 1.52 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"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": "[email protected]",
"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"
}
}