-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.3 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
{
"name": "sexxi.xyz",
"version": "0.0.0",
"description": "A very sexxi website for SEXXIs",
"main": "index.js",
"scripts": {
"start": "gulp serve",
"start:prod": "sudo systemctl start sexxi.xyz",
"build": "gulp build",
"lint": "gulp lint",
"lint:sass": "gulp lint-sass",
"lint:pug": "gulp lint-pug"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sexxis/website.git"
},
"keywords": [
"waterloo",
"software",
"engineering",
"university",
"2021"
],
"author": "University of Waterloo Software Engineering Class of 2021 <https://github.com/sexxis/website/contributors>",
"contributors": [
"Lawrence Pan <lawrencefeipan@gmail.com>",
"Clive Chan <cc@clive.io>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sexxis/website/issues"
},
"homepage": "https://github.com/sexxis/website#readme",
"devDependencies": {
"browser-sync": "^2.18.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^5.0.0",
"gulp-nodemon": "^2.0.7",
"gulp-pug": "^4.0.1",
"gulp-pug-lint": "^0.1.6",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.1.1",
"pre-commit": "^1.1.3"
},
"dependencies": {
"bootstrap": "^4.1.3",
"express": "^4.13.4"
}
}