forked from bytedance/danmu.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.18 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
{
"name": "danmu.js",
"version": "0.1.0",
"description": "HTML5 danmu (danmaku) plugin for any DOM element",
"main": "./dist/index.js",
"scripts": {
"build": "webpack --progress --display-chunks -p"
},
"keywords": [
"danmu",
"danmaku",
"弹幕",
"bullet screen",
"barrage",
"live commenting",
"HTML5"
],
"babel": {
"presets": [
"es2015"
],
"plugins": [
"add-module-exports",
"babel-plugin-bulk-import"
]
},
"dependencies": {
"event-emitter": "^0.3.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-bulk-import": "^1.0.2",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^1.0.0",
"cz-conventional-changelog": "^2.1.0",
"node-sass": "^4.9.0",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^4.11.0",
"webpack-cli": "^3.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytedance/danmu.js"
},
"author": "[email protected]",
"license": "MIT"
}