-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.09 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.09 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
{
"name": "bigine",
"version": "0.26.7-p1",
"description": "DaHao.de 播放引擎(TypeScript 版)",
"keywords": [
"dahao",
"bigine",
"avg",
"engine"
],
"license": "GPL-3.0",
"author": "郑煜宇 <yzheng@atfacg.com>",
"files": [
"bin",
"var/build/bigine.d.ts",
"var/build/bigine.js*"
],
"main": "var/build/bigine.js",
"typings": "var/build/bigine.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/dahaode/bigine"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"typescript": {
"definition": "var/build/bigine.d.ts"
},
"dependencies": {
"bigine.c2d": "^0.3.7",
"bigine.util": "^0.2.4",
"es6-promise": "^3.1.2"
},
"devDependencies": {
"browserify": "^12.0.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-insert": "^0.5.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.3.2",
"gulp-typescript": "^2.12.0",
"gulp-uglify": "^1.5.3",
"tslint": "^3.5.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}