-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 999 Bytes
/
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
{
"name": "main-website",
"version": "1.0.0",
"description": "TEC's public facing website",
"main": "gulpfile.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.1",
"autoprefixer": "^10.4.16",
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"gulp-flatten": "^0.4.0",
"gulp-postcss": "^9.0.1",
"gulp-terser": "^1.2.0",
"has-ansi": "^5.0.1",
"materialize-css": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nottinghamtec/Main-Website.git"
},
"keywords": [
"website",
"hugo",
"events"
],
"author": "FreneticScribbler, ItsGhost, DavidTaylorHQ, and others",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/nottinghamtec/Main-Website/issues"
},
"homepage": "https://github.com/nottinghamtec/Main-Website#readme",
"devDependencies": {
"gulp-sass": "^5.1.0",
"sass": "^1.56.1"
}
}