From 19bc71ed836eccab4e1fac1670990b7c3a49b1c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20Balc=C4=B1?= Date: Tue, 28 May 2019 12:16:30 +0300 Subject: [PATCH] Update bower.json --- bower.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 5f6454d..fffbf34 100644 --- a/bower.json +++ b/bower.json @@ -1,9 +1,11 @@ { "name": "cytoscape-fcose", - "description": "", + "description": "The fCoSE layout for Cytoscape.js by Bilkent with fast compound node placement", "main": "cytoscape-fcose.js", "dependencies": { - "cytoscape": "^3.2.0" + "cytoscape": "^3.2.0", + "numeric": "1.2.6", + "cose-base": "^1.0.0" }, "repository": { "type": "git",