forked from devopsdays/devopsdays-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 706 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 706 Bytes
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
{
"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",
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.6.0",
"netlify-cli": "^18.1.0",
"popper.js": "^1.15.0"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
}
}