-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mocked-response for manifesto and mineral-ui library
- Loading branch information
Showing
2 changed files
with
57 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "Zowe", | ||
"version": "1.5.0", | ||
"description": "Zowe is an open source project created to host technologies that benefit the Z platform from all members of the Z community (Integrated Software Vendors, System Integrators and z/OS consumers). Zowe, like Mac or Windows, comes with a set of APIs and OS capabilities that applications build on and also includes some applications out of the box. Zowe offers modern interfaces to interact with z/OS and allows you to work with z/OS in a way that is similar to what you experience on cloud platforms today. You can use these interfaces as delivered or through plug-ins and extensions that are created by clients or third-party vendors.", | ||
"license": "EPL-2.0", | ||
"homepage": "https://zowe.org", | ||
"build": { | ||
"branch": "{BUILD_BRANCH}", | ||
"number": "{BUILD_NUMBER}", | ||
"commitHash": "{BUILD_COMMIT_HASH}", | ||
"timestamp": "{BUILD_TIMESTAMP}" | ||
}, | ||
"binaryDependencies": { | ||
"sourceDependencies": [{ | ||
"componentGroup": "Imperative CLI Framework", | ||
"entries": [{ | ||
"repository": "imperative", | ||
"tag": "v2.6.0" | ||
}] | ||
}, { | ||
"componentGroup": "Zowe API Mediation Layer", | ||
"entries": [{ | ||
"repository": "api-layer", | ||
"tag": "v1.1.9" | ||
}] | ||
}] | ||
} | ||
} |