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.

31 lines
713 B

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. {
  2. "name": "vis",
  3. "version": "0.0.5",
  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. "keywords": [
  11. "vis",
  12. "visualization",
  13. "web based",
  14. "browser based",
  15. "javascript",
  16. "chart",
  17. "linechart",
  18. "timeline",
  19. "graph",
  20. "network",
  21. "browser"
  22. ],
  23. "dependencies": {},
  24. "devDependencies": {
  25. "jake": ">= 0.5.9",
  26. "jake-utils": ">= 0.0.18",
  27. "uglify-js": ">= 2.2.5",
  28. "nodeunit": ">= 0.7.4",
  29. "dateable": ">= 0.1.2"
  30. }
  31. }