forked from tuna/thuthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 728 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 728 Bytes
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
{
"name": "thuthesis",
"version": "7.3.2",
"description": "Tsinghua University Thesis LaTeX Template",
"main": "gulpfile.js",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tuna/thuthesis.git"
},
"keywords": [
"LaTeX",
"ThuThesis"
],
"author": "Tsinghua University TUNA Association",
"license": "LPPL-1.3c",
"bugs": {
"url": "https://github.com/tuna/thuthesis/issues"
},
"homepage": "https://github.com/tuna/thuthesis",
"devDependencies": {
"ansi-colors": "^4.1.1",
"del": "^6.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-zip": "^5.0.1",
"minimist": "^1.2.5"
},
"dependencies": {}
}