generated from redhat-scholars/courseware-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
{
"name": "rhs-openshift-admins-devops",
"description": "OpenShift Admins Devops Course Documentation Site",
"homepage": "https://redhat-scholars.github.io/openshift-admins-devops",
"author": {
"email": "kamesh.sampath@hotmail.com",
"name": "Kamesh Sampath",
"url": "https://twitter.com/@kamesh_sampath"
},
"dependencies": {
"@antora/cli": "^2.3.1",
"@antora/site-generator-default": "^2.3.1",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"browser-sync": "^2.26.7",
"fs-extra": "^8.1.0",
"gulp": "^4.0.0",
"yaml-js": "^0.2.3"
},
"devDependencies": {},
"scripts": {
"dev": "gulp",
"clean": "gulp clean",
"workshop": "gulp workshopSite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redhat-scholars/openshift-admins-devops.git"
},
"license": "Apache-2.0",
"babel": {
"presets": [
"@babel/preset-env"
]
}
}