FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
solution-pattern-api-first/package.json at main · redhat-solution-patterns/solution-pattern-api-first · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
redhat-solution-patterns
/
solution-pattern-api-first
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
solution-pattern-api-first
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (39 loc) · 1.01 KB
Breadcrumbs
solution-pattern-api-first
/
package.json
Copy path
File metadata and controls
39 lines (39 loc) · 1.01 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
"
]
}
}
Back
|
FazBrowse Home
|
New Git URL