Fixed the License Problem for the Frontend
[holmes/rule-management.git] / rulemgt-frontend / package.json
index e7e8877..91c3908 100644 (file)
@@ -1,19 +1,20 @@
 {
-  "name": "alarm-analysis",
+  "name": "holmes",
   "version": "1.0.0",
-  "description": "alarm-analysis",
+  "description": "holmes",
   "scripts": {
     "ng": "ng",
     "start": "ng serve",
-    "build": "ng build",
+    "build": "ng build --dev",
+    "prod": "ng build --prod --base-href /iui/holmes/",
     "test": "ng test",
     "lint": "ng lint",
     "e2e": "ng e2e"
   },
   "licenses": [
     {
-      "type": "MIT",
-      "url": "https://github.com/angular/angular.io/blob/master/LICENSE"
+      "type": "Apache-2.0",
+      "url": "https://gerrit.onap.org/r/gitweb?p=holmes/rule-management.git;a=blob;f=License.txt"
     }
   ],
   "dependencies": {
@@ -31,7 +32,6 @@
     "@ngx-translate/core": "^8.0.0",
     "@ngx-translate/http-loader": "^2.0.0",
     "awesome-typescript-loader": "^3.0.0-beta.18",
-    "bootstrap": "^3.3.7",
     "core-js": "^2.4.1",
     "ie-shim": "^0.1.0",
     "json-load": "^1.0.1",