X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fpackage.json;h=f2e1d30fa1096532e21eda1ac39e082d45711a27;hb=6691c9f7c53dc765b5a333a2db84ce692bd2b44d;hp=ecc6a781184c6185486100976ee37c3e7461558e;hpb=ec7051e1da665206f594c7616ad381bfeaea333a;p=src%2Fxds%2Fxds-server.git diff --git a/webapp/package.json b/webapp/package.json index ecc6a78..f2e1d30 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,7 +1,7 @@ { - "name": "xds-server", + "name": "xds-server-dashboard", "version": "1.0.0", - "description": "XDS (Cross Development System) Server", + "description": "X (cross) Development System dashboard", "scripts": { "clean": "gulp clean", "compile": "gulp compile", @@ -10,12 +10,12 @@ }, "repository": { "type": "git", - "url": "https://github.com/xds-server" + "url": "https://github.com/iotbzh/xds-server" }, "author": "Sebastien Douheret [IoT.bzh]", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/xds-server/issues" + "url": "https://github.com/iotbzh/xds-server/issues" }, "dependencies": { "@angular/common": "2.4.4", @@ -38,6 +38,7 @@ "ngx-cookie": "^1.0.0", "reflect-metadata": "^0.1.8", "rxjs": "5.0.3", + "rxjs-system-bundle": "5.0.3", "socket.io-client": "^1.7.3", "socketio": "^1.0.0", "systemjs": "0.20.0",