47 lines
995 B
JSON
47 lines
995 B
JSON
{
|
|
"name": "hawtio-kubernetes",
|
|
"version": "2.1.36",
|
|
"keywords": [
|
|
"hawtio"
|
|
],
|
|
"main": [
|
|
"dist/hawtio-kubernetes.css",
|
|
"dist/hawtio-kubernetes.js"
|
|
],
|
|
"ignore": [
|
|
".*",
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"libs",
|
|
"test",
|
|
"tests",
|
|
"plugins"
|
|
],
|
|
"dependencies": {
|
|
"hawtio-core": "~2.0.16",
|
|
"hawtio-core-navigation": "~2.0.40",
|
|
"hawtio-forms": "~2.0.15",
|
|
"hawtio-ui": "~2.0.54",
|
|
"hawtio-utilities": "~2.0.21",
|
|
"hawtio-template-cache": "*",
|
|
"angular-restmod": "~1.1.8",
|
|
"hawtio-wiki": "~2.0.31",
|
|
"hawtio-forge": "~2.0.22",
|
|
"hawtio-oauth": "~2.0.21",
|
|
"angular-ui-codemirror": "~0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"bootstrap": "~3.3.1",
|
|
"patternfly": "~1.1.2",
|
|
"hawtio-core-dts": "~2.0.0",
|
|
"angular-mocks": "~1.3.7",
|
|
"hawtio-preferences": "~2.0.1",
|
|
"hawtio-extension-service": "~2.0.1"
|
|
},
|
|
"resolutions": {
|
|
"lodash": "~3.2.0",
|
|
"codemirror": "^5.0"
|
|
}
|
|
}
|