-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
37
38
39
{
"title": "Line At Kaf Home Page",
"name": "line-at-kaf-homepage",
"version": "4.0.0",
"description": "An HTML landing page template built with Bootstrap",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "http://lineatkaf.com/",
"license": "MIT",
"author": "Eshin Jolly; Jin Hyun Cheong",
"contributors": [
"Eshin Jolly (eshinjolly.com)",
"Jin Hyun Cheong (jinhyuncheong.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/lineatkaf/lineatkaf.github.io.git"
},
"dependencies": {
"bootstrap": "4.3.1",
"font-awesome": "4.7.0",
"jquery": "3.4.0",
"simple-line-icons": "^2.4.1"
},
"devDependencies": {
"browser-sync": "^2.26.0",
"gulp": "^3.9.1",
"gulp-clean-css": "3.9.2",
"gulp-header": "2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0"
}
}