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.

39 lines
725 B

  1. {
  2. "name": "vis",
  3. "main": ["dist/vis.js", "dist/vis.css"],
  4. "description": "A dynamic, browser-based visualization library.",
  5. "homepage": "http://visjs.org/",
  6. "license": ["Apache-2.0", "MIT"],
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/almende/vis.git"
  10. },
  11. "keywords": [
  12. "vis",
  13. "visualization",
  14. "web based",
  15. "browser based",
  16. "javascript",
  17. "chart",
  18. "linechart",
  19. "timeline",
  20. "graph",
  21. "network",
  22. "browser"
  23. ],
  24. "ignore": [
  25. "gulpfile.js",
  26. "index*.js",
  27. "misc",
  28. "node_modules",
  29. "package.json",
  30. "test",
  31. "tools",
  32. "lib",
  33. ".idea",
  34. ".npmignore",
  35. ".gitignore"
  36. ],
  37. "dependencies": {},
  38. "devDependencies": {}
  39. }