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.

23 lines
452 B

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