-
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) · 860 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 860 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
{
"title": "GitOwl Homepage",
"name": "@gitowl/page",
"version": "4.0.0",
"description": "Landing page for GitOwl.",
"homepage": "https://GitOwl.github.com",
"license": "MIT",
"author": "Facundo Zaldo",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "https://github.com/GitOwl/page.git"
},
"dependencies": {
"bootstrap": "^4.5.0",
"font-awesome": "4.7.0",
"jquery": "^3.5.1",
"jquery.easing": "^1.4.1",
"simple-line-icons": "2.4.1"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"gulp": "^3.9.1",
"gulp-clean-css": "4.3.0",
"gulp-header": "^2.0.9",
"gulp-rename": "^1.4.0",
"gulp-sass": "^3.2.1",
"gulp-uglify": "3.0.0"
}
}