forked from jabbany/ABPlayerHTML5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (28 loc) · 850 Bytes
/
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
{
"name": "abplayer-html5",
"description": "Reference player for HTML5 Danmaku comments.",
"bugs": {
"url": "https://github.com/jabbany/ABPlayerHTML5/issues",
"email": "[email protected]"
},
"repository" : {
"type": "git",
"url": "https://github.com/jabbany/ABPlayerHTML5.git"
},
"author": "Jim Chen <[email protected]>",
"keywords": ["danmaku", "video", "comments", "ABPlayerHTML5", "弹幕播放器", "CommentCoreLibrary"],
"license":"MIT",
"version": "0.9.0",
"dependencies": {
"comment-core-library": "~0.9.2"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-uglify": "~0.5.0",
"load-grunt-tasks": "~0.6.0"
}
}