bower.json 409 B

1234567891011121314151617181920
  1. {
  2. "name": "layout-base",
  3. "description": "Basic layout model and some utilities for Cytoscape.js layout extensions",
  4. "main": "layout-base.js",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/iVis-at-Bilkent/layout-base.git"
  8. },
  9. "ignore": [
  10. "**/.*",
  11. "node_modules",
  12. "bower_components",
  13. "test",
  14. "tests"
  15. ],
  16. "keywords": [
  17. "layout"
  18. ],
  19. "license": "MIT"
  20. }