mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
* Revert "UI: Remove custom service (#19925)" This reverts commitb04751d224. * replace stickyInfo with options info * revert replacing custom stickyInfo * change flash message name to be consistent throughout application * make service imports consistent for k8 engine * replace stickyInfo with options info * Revert "change flash message name to be consistent throughout application" This reverts commit17de49894d. * add comment --------- Co-authored-by: Chelsea Shaw <cshaw@hashicorp.com>
18 lines
295 B
JSON
18 lines
295 B
JSON
{
|
|
"name": "open-api-explorer",
|
|
"keywords": [
|
|
"ember-addon",
|
|
"ember-engine"
|
|
],
|
|
"dependencies": {
|
|
"ember-cli-htmlbars": "*",
|
|
"ember-cli-babel": "*",
|
|
"ember-auto-import": "*",
|
|
"swagger-ui-dist": "*"
|
|
},
|
|
"ember-addon": {
|
|
"paths": [
|
|
"../core"
|
|
]
|
|
}
|
|
}
|