-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"title": "RiotKit Backups",
"name": "riotkit-backups",
"version": "1.0.0",
"description": "Homepage of backups.riotkit.org",
"keywords": [
"website"
],
"homepage": "https://backups.riotkit.org",
"bugs": {
"url": "https://github.com/riotkit-org/riotkit-backups-hosting-landing-page/issues",
"email": "riotkit_org@riseup.net"
},
"license": "MIT",
"author": "RiotKit",
"repository": {
"type": "git",
"url": "https://github.com/riotkit-org/riotkit-backups-hosting-landing-page.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.7.0",
"bootstrap": "4.3.1",
"simple-line-icons": "^2.4.1"
},
"devDependencies": {
"browser-sync": "2.26.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "6.0.0",
"gulp-clean-css": "4.0.0",
"gulp-header": "2.0.7",
"gulp-plumber": "^1.2.1",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-uglify": "3.0.1"
}
}