forked from go-gitea/theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 871 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
29
30
31
32
33
34
35
36
{
"name": "gitea-theme",
"version": "0.0.0",
"description": "A Hugo theme that gets used within all of our websites.",
"homepage": "https://github.com/go-gitea/theme#readme",
"license": "Apache-2.0",
"author": {
"name": "The Gitea Authors",
"email": "team@gitea.io"
},
"repository": {
"type": "git",
"url": "https://github.com/go-gitea/theme.git"
},
"bugs": {
"url": "https://github.com/go-gitea/theme/issues",
"email": "team@gitea.io"
},
"scripts": {
"clean": "gulp clean",
"build": "gulp build",
"release": "gulp release",
"watch": "gulp watch"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.5"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-gzip": "^1.4.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-tar-path": "^1.0.1"
}
}