-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 822 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 822 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
{
"name": "theseg-github-io",
"version": "2.11.0",
"author": "John *Seg* Seggerson <seg@segonmedia.com>",
"homepage": "https://theseg.github.io/",
"repository": {
"type": "git",
"url": "https://github.com/TheSeg/theseg.github.io.git"
},
"private": true,
"devDependencies": {
"bootstrap": "^3.4.1",
"grunt": "^1.6.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-jekyll": "^1.0.1",
"holderjs": "^2.9.9",
"html5shiv": "^3.7.3",
"jquery": "^3.6.2",
"respond.js": "^1.4.2"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.7.2"
}
}