Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-21 | bugfix hardcoded network configuration | 1 | -1/+3 | ||
Change-Id: I1fb6036a2805ccb9bdbe23622514ccd9d997c1a5 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn> | |||||
2017-03-17 | distinguish virtual and bm deploy | 1 | -2/+4 | ||
Change-Id: I9fcc4f08283c832d32c22c2195401dd86ecf9dc5 Signed-off-by: zhouya <zhou.ya@zte.com.cn> | |||||
2017-03-16 | unify the definition of NETWORK and NETWORK_CONF | {
"name": "yard-stick-gui2",
"version": "0.0.0",
"dependencies": {
"angular": "^1.4.0",
"bootstrap": "^3.2.0",
"angular-strap": "^2.3.12",
"angular-ui-router": "^1.0.3",
"angular-animate": "^1.6.4",
"angular-breadcrumb": "^0.5.0",
"angular-wizard": "^0.10.0",
"angular-resource": "^1.6.4",
"ng-file-upload": "^12.2.13",
"AngularJS-Toaster": "angularjs-toaster#^2.1.0",
"ng-dialog": "^1.3.0",
"angularUtils-pagination": "angular-utils-pagination#^0.11.1",
"components-font-awesome": "^4.7.0",
"ngstorage": "^0.3.11",
"v-accordion": "^1.6.0",
"angular-loading": "^0.1.4",
"angular-bootstrap": "^2.5.0",
"angular-sanitize": "^1.6.5"
},
"resolutions": {
"angular": "~1.6.x"
},
"devDependencies": {
"angular-mocks": "^1.4.0"
},
"appPath": "app",
"moduleName": "yardStickGui2App",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
},
"angular-loading": {
"main": [
"angular-loading.css",
"angular-loading.js",
"../spin.js/spin.js"
]
}
}
}
|