-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.11 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.11 KB
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
{
"name": "bp.js",
"version": "0.6.0-alpha",
"description": "Bulletproof is a HTML5 advanced danmaku (live comment) rendering engine.",
"main": "build/node/index",
"keywords": [
"live comment",
"danmaku",
"webgl",
"html5",
"render engine"
],
"engines": {
"node": ">=5.0"
},
"dependencies": {
"libtess": "^1.2.2"
},
"devDependencies": {
"browserify": "^13.3.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.12.0",
"gulp-typescript": "^3.2.3",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"typescript": "^2.6.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2"
},
"maintainers": [
{
"name": "George Wu",
"email": "uiharu@buaa.edu.cn",
"web": "http://uiharu.moe/"
}
],
"contributors": [
{
"name": "George Wu",
"email": "uiharu@buaa.edu.cn",
"web": "http://uiharu.moe/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/hozuki/Bulletproof.git"
},
"license": "MIT",
"bugs": "http://github.com/hozuki/Bulletproof/issues"
}