-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.25 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
{
"name": "milkenknightsdotcom",
"version": "1.0.0",
"description": "* This site will evntually replace [milkenknights.com](http://milkenknights.com). * There is currently a live demo [here](https://milkenknightsdotcom.firebaseapp.com).",
"main": "gulpfile.js",
"directories": {
"doc": "dist"
},
"devDependencies": {
"browser-sync": "^2.27.10",
"firebase": "^9.9.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-image": "^6.3.1",
"gulp-minify-html": "^1.0.6",
"gulp-template-html": "^0.2.2",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"run-sequence": "^2.2.1",
"staticrypt": "^2.1.1",
"superstatic": "^8.0.0",
"workbox-build": "^3.6.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"browser-sync": "browser-sync"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Milken-Computer-Science/milkenknightsdotcom.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Milken-Computer-Science/milkenknightsdotcom/issues"
},
"homepage": "https://github.com/Milken-Computer-Science/milkenknightsdotcom#readme"
}