forked from devopsdays/devopsdays-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
{
"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": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-hub": "~4.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"node-sass": "^4.13.1",
"require-dir": "~1.2.0"
},
"dependencies": {
"bootstrap": "^4.3.1",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"jssocials": "^1.5.0",
"netlify-cli": "^2.40.0",
"popper.js": "^1.15.0"
}
}