Joeri de Gooijer pushed to branch feature/CHANNELMGR-1274 at cms-community / 
hippo-addon-channel-manager


Commits:
92d54378 by Joeri de Gooijer at 2017-09-06T14:34:30+02:00
CHANNELMGR-1274 Update package.json

- - - - -


2 changed files:

- frontend-ng/package.json
- − frontend-ng/package.json.save


Changes:

=====================================
frontend-ng/package.json
=====================================
--- a/frontend-ng/package.json
+++ b/frontend-ng/package.json
@@ -1,19 +1,24 @@
 {
   "name": "hippo-cm",
   "private": true,
+  "author": "Hippo B.V.",
   "license": "Apache-2.0",
-  "description": "Channel manager NG for Hippo B.V.",
+  "description": "Manage channels for Bloomreach Experience",
+  "repository": {
+    "type": "git",
+    "url": 
"https://code.onehippo.org/cms-community/hippo-addon-channel-manager";
+  },
   "scripts": {
-    "gulp": "gulp",
     "build": "gulp build",
     "buildDev": "gulp buildDev",
     "buildProfile": "gulp buildProfile",
     "clean": "gulp clean",
+    "gulp": "gulp",
     "start": "gulp start",
     "startDist": "gulp startDist",
     "test": "gulp test",
-    "testOnce": "gulp testOnce",
-    "testDebug": "gulp testDebug"
+    "testDebug": "gulp testDebug",
+    "testOnce": "gulp testOnce"
   },
   "dependencies": {
     "@angular/animations": "4.2.6",
@@ -38,26 +43,26 @@
     "angular-translate-loader-static-files": "2.15.1",
     "angular-ui-router": "1.0.0-rc.1",
     "angular-ui-tree": "2.22.5",
+    "core-js": "2.4.1",
     "dragula": "3.7.2",
     "es6-shim": "0.35.3",
+    "hammerjs": "2.0.8",
     "jquery": "3.2.1",
     "mutation-summary": "0.1.1",
     "ng-device-detector": "4.0.3",
     "ng-focus-if": "1.0.7",
     "open-sans-fontface": 
"FontFaceKit/open-sans#2285c0300e6a4c8b102b98fb030fb38c26aa081c",
-    "core-js": "2.4.1",
-    "hammerjs": "2.0.8",
     "rxjs": "5.4.2",
     "zone.js": "0.8.12"
   },
   "devDependencies": {
     "@angular/cli": "1.2.0",
+    "@bloomreach/frontend-build": "latest",
     "@types/jasmine": "2.5.53",
     "@types/node": "8.0.9",
     "@types/webpack-env": "1.13.0",
     "angular-mocks": "1.5.11",
-    "@bloomreach/frontend-build": "latest",
-    "gulp": "gulpjs/gulp#38246c3f8b6dbb8d4ef657183e92d90c8299e22f",
-    "gulp-hub": "frankwallis/gulp-hub#292f8ab005165c3267accb01a51f31719970d443"
+    "gulp": "github:gulpjs/gulp#38246c3f8b6dbb8d4ef657183e92d90c8299e22f",
+    "gulp-hub": 
"github:frankwallis/gulp-hub#292f8ab005165c3267accb01a51f31719970d443"
   }
 }


=====================================
frontend-ng/package.json.save deleted
=====================================
--- a/frontend-ng/package.json.save
+++ /dev/null
@@ -1,63 +0,0 @@
-{
-  "name": "hippo-cm",
-  "private": true,
-  "license": "Apache-2.0",
-  "description": "Channel manager NG for Hippo B.V.",
-  "scripts": {
-    "gulp": "gulp",
-    "build": "gulp build",
-    "buildDev": "gulp buildDev",
-    "buildProfile": "gulp buildProfile",
-    "clean": "gulp clean",
-    "start": "gulp start",
-    "startDist": "gulp startDist",
-    "test": "gulp test",
-    "testOnce": "gulp testOnce",
-    "testDebug": "gulp testDebug"
-  },
-  "dependencies": {
-    "@angular/animations": "4.2.6",
-    "@angular/cdk": "2.0.0-beta.8",
-    "@angular/common": "4.2.6",
-    "@angular/compiler": "4.2.6",
-    "@angular/core": "4.2.6",
-    "@angular/forms": "4.2.6",
-    "@angular/http": "4.2.6",
-    "@angular/material": "2.0.0-beta.8",
-    "@angular/platform-browser": "4.2.6",
-    "@angular/platform-browser-dynamic": "4.2.6",
-    "@angular/router": "4.2.6",
-    "@angular/upgrade": "4.2.6",
-    "angular": "1.5.11",
-    "angular-animate": "1.5.11",
-    "angular-aria": "1.5.11",
-    "angular-local-storage": "0.5.2",
-    "angular-material": "1.1.3",
-    "angular-messages": "1.5.11",
-    "angular-translate": "2.15.1",
-    "angular-translate-loader-static-files": "2.15.1",
-    "angular-ui-router": "1.0.0-rc.1",
-    "angular-ui-tree": "2.22.5",
-    "dragula": "3.7.2",
-    "es6-shim": "0.35.3",
-    "jquery": "3.2.1",
-    "mutation-summary": "0.1.1",
-    "ng-device-detector": "4.0.3",
-    "ng-focus-if": "1.0.7",
-    "open-sans-fontface": 
"FontFaceKit/open-sans#2285c0300e6a4c8b102b98fb030fb38c26aa081c",
-    "core-js": "2.4.1",
-    "hammerjs": "2.0.8",
-    "rxjs": "5.4.2",
-    "zone.js": "0.8.12"
-  },
-  "devDependencies": {
-    "@angular/cli": "1.2.0",
-    "@types/jasmine": "2.5.53",
-    "@types/node": "8.0.9",
-    "@types/webpack-env": "1.13.0",
-    "angular-mocks": "1.5.11",
-    "@bloomreach/frontend-build": "latest",
-    "gulp": "gulpjs/gulp#38246c3f8b6dbb8d4ef657183e92d90c8299e22f",
-    "gulp-hub": "frankwallis/gulp-hub#292f8ab005165c3267accb01a51f31719970d443"
-  }
-}



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/92d5437820b038b992b825d09fc8d20bb500adea

---
View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/92d5437820b038b992b825d09fc8d20bb500adea
You're receiving this email because of your account on code.onehippo.org.
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to