-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.4 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "geekx",
"version": "1.0.2",
"main": "index.js",
"description": "Geekx is the Bootstrap 4 Template for portfolio showcase with Four column layout.",
"keywords": [
"Geek",
"Geekx",
"Geekx-Template",
"Geek Template",
"portfolio",
"portfolio template",
"one column template",
"4 column portfolio",
"showcase template",
"Bootstrap 4 Template",
"Bootstrap 4",
"HTML",
"SCSS",
"CSS",
"Bootstrap",
"responsive",
"theme",
"template",
"Showcase"
],
"homepage": "https://orbitthemes.com/downloads/geekx/",
"author": "Orbit Themes <themesorbit@gmail.com> (https://orbitthemes.com)",
"bugs": {
"url": "https://github.com/orbitthemes/geekx/issues",
"email": "themesorbit@gmail.com"
},
"contributors": [
{
"name": "Sandeep Prasad Bhatt",
"email": "sandeep.bhatt59@gmail.com",
"url": "http://sandeepbhatt.com.np/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/orbitthemes/geekx.git"
},
"license": "MIT",
"devDependencies": {
"browser-sync": "2.24.4",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "3.9.4",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "4.0.1",
"gulp-uglify": "3.0.0"
},
"dependencies": {
"bootstrap": "4.1.1",
"font-awesome": "4.7.0",
"jquery": "3.3.1",
"popper.js": "1.14.3"
}
}