fix UUID problem with projects and roles; removed bower

Change-Id: Icd02c3e4a1ec080bdb00ebdffaf65d1eb2708fd5
Signed-off-by: lombardofr <lombardo@everyup.it>
diff --git a/descriptorhandler/template/composer.html b/descriptorhandler/template/composer.html
index f0c2e9a..085510d 100644
--- a/descriptorhandler/template/composer.html
+++ b/descriptorhandler/template/composer.html
@@ -70,8 +70,8 @@
     {{ block.super }}
 
     <!-- d3.js -->
-    <script src="/static/bower_components/d3/d3.js"></script>
-    <script src="/static/bower_components/moment/moment.js"></script>
+    <script src="/static/node_modules/d3/build/d3.js"></script>
+    <script src="/static/node_modules/moment/moment.js"></script>
 
     <!-- TopologyComposer D3 -->
     <script src="/static/TopologyComposer/js/event.js"></script>