-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 940 Bytes
/
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
{
"name": "rhs-course-builder-dev",
"description": "RedHat Scholars Course Builder Dev",
"homepage": "https://redhat-scholars.github.io",
"author": {
"email": "kameshs@redhat.com",
"name": "Kamesh Sampath"
},
"dependencies": {
"@antora/cli": "^2.3.3",
"@antora/site-generator-default": "^2.3.3",
"@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",
"yargs": "^15.4.1"
},
"scripts": {
"dev": "gulp",
"clean": "gulp clean",
"site": "gulp site --playbook site.yml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redhat-scholars/openshift-admins-devops.git"
},
"license": "Apache-2.0",
"babel": {
"presets": [
"@babel/preset-env"
]
}
}