bower.json 556 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "cytoscape-cose-bilkent",
  3. "description": "The CoSE layout for Cytoscape.js by Bilkent with enhanced compound node placement",
  4. "main": "cytoscape-cose-bilkent.js",
  5. "dependencies": {
  6. "cytoscape": "^3.2.0",
  7. "cose-base": "^1.0.0"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/cytoscape/cytoscape.js-cose-bilkent.git"
  12. },
  13. "ignore": [
  14. "**/.*",
  15. "node_modules",
  16. "bower_components",
  17. "test",
  18. "tests"
  19. ],
  20. "keywords": [
  21. "cytoscape",
  22. "cytoscape-extension"
  23. ],
  24. "license": "MIT"
  25. }