vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
464 B

  1. {
  2. "name": "vis",
  3. "version": "3.7.3-SNAPSHOT",
  4. "main": ["dist/vis.min.js", "dist/vis.min.css"],
  5. "description": "A dynamic, browser-based visualization library.",
  6. "homepage": "http://visjs.org/",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/almende/vis.git"
  10. },
  11. "ignore": [
  12. "misc",
  13. "node_modules",
  14. "test",
  15. "tools",
  16. ".idea",
  17. ".npmignore",
  18. ".gitignore"
  19. ],
  20. "dependencies": {},
  21. "devDependencies": {}
  22. }