-
Notifications
You must be signed in to change notification settings - Fork 664
/
package.json
42 lines (42 loc) · 1.01 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": "devopsdays-web",
"version": "2.0.0",
"description": "The website for devopsdays.org",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/devopsdays/devopsdays-web.git"
},
"author": "Matt Stratton",
"license": "MIT",
"bugs": {
"url": "https://github.com/devopsdays/devopsdays-web/issues"
},
"homepage": "https://github.com/devopsdays/devopsdays-web#readme",
"devDependencies": {
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-hub": "~4.2.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"require-dir": "~1.2.0",
"sass": "^1.52.3"
},
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.6.0",
"jssocials": "^1.5.0",
"netlify-cli": "^17.36.2",
"popper.js": "^1.15.0"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
}
}