bower.json 444 B

1234567891011121314151617181920212223
  1. {
  2. "name": "cose-base",
  3. "description": "Core module for compound spring embedder based layout styles",
  4. "main": "cose-base.js",
  5. "dependencies": {
  6. "layout-base": "^1.0.0"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/iVis-at-Bilkent/cose-base.git"
  11. },
  12. "ignore": [
  13. "**/.*",
  14. "node_modules",
  15. "bower_components",
  16. "test",
  17. "tests"
  18. ],
  19. "keywords": [
  20. "layout"
  21. ],
  22. "license": "MIT"
  23. }