-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"title": "Website v1",
"name": "website-v1",
"version": "1.0.0",
"scripts": {
"start": "gulp dev",
"build": "gulp build"
},
"description": "The first iteration of my personal website.",
"keywords": [
"gulp",
"bootstrap",
"browsersync",
"clipboard-js",
"typeit",
"fontawesome"
],
"homepage": "http://zachsvanhandel.me/",
"bugs": {
"url": "https://github.com/zachsvanhandel/website-v1/issues",
"email": "zach@zachsvanhandel.me"
},
"license": "MIT",
"author": "Zach Van Handel",
"contributors": [
"Zach Van Handel (http://zachsvanhandel.me/)"
],
"repository": {
"type": "git",
"url": "https://github.com/zachsvanhandel/website-v1/"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"bootstrap": "^4.3.1",
"clipboard": "^2.0.4",
"jquery": "^3.5.1",
"popper.js": "^1.16.0",
"typeit": "^6.1.0"
},
"devDependencies": {
"browser-sync": "^2.26.14",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-inject": "^5.0.5",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"merge-stream": "^1.0.1"
}
}