forked from jabbany/CommentCoreLibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.42 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": "comment-core-library",
"title": "CommentCoreLibrary",
"description": "Javascript library for organizing and displaying danmaku comments",
"bugs": {
"url": "https://github.com/jabbany/CommentCoreLibrary/issues",
"email": "knh.jabbany@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/jabbany/CommentCoreLibrary.git"
},
"homepage": "https://github.com/jabbany/CommentCoreLibrary#readme",
"author": "Jim Chen <knh.jabbany@gmail.com>",
"license": "MIT",
"keywords": [
"danmaku",
"video",
"comments",
"caption",
"browser",
"danmu"
],
"main": "dist/CommentCoreLibrary.js",
"version": "0.12.0",
"devDependencies": {
"coveralls": "^3.0.3",
"grunt": "^1.0.4",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jasmine": "^2.0.3",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-ts": "^6.0.0-beta.22",
"jasmine-sinon": "^0.4.0",
"jquery": "^3.4.1",
"load-grunt-tasks": "^5.0.0",
"sinon": "^7.3.2",
"typescript": "^3.4.5"
},
"scripts": {
"build": "npm install && grunt",
"start": "grunt watch",
"test": "grunt && grunt test",
"ci": "grunt ci"
}
}