.bower.json 765 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "vis",
  3. "main": [
  4. "dist/vis.js",
  5. "dist/vis.css"
  6. ],
  7. "description": "A dynamic, browser-based visualization library.",
  8. "homepage": "http://visjs.org/",
  9. "license": [
  10. "Apache-2.0",
  11. "MIT"
  12. ],
  13. "repository": {
  14. "type": "git",
  15. "url": "git://github.com/almende/vis.git"
  16. },
  17. "ignore": [
  18. "misc",
  19. "node_modules",
  20. "test",
  21. "tools",
  22. "lib",
  23. ".idea",
  24. ".npmignore",
  25. ".gitignore"
  26. ],
  27. "dependencies": {},
  28. "devDependencies": {},
  29. "version": "4.16.1",
  30. "_release": "4.16.1",
  31. "_resolution": {
  32. "type": "version",
  33. "tag": "v4.16.1",
  34. "commit": "6de24a283c0ef549c616470f53aaaf0cb1488f82"
  35. },
  36. "_source": "https://github.com/almende/vis.git",
  37. "_target": "*",
  38. "_originalSource": "vis"
  39. }