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.

34 lines
734 B

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. {
  2. "name": "vis",
  3. "version": "0.0.6",
  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. "scripts": {
  24. "prepublish": "jake"
  25. },
  26. "dependencies": {
  27. "moment": "latest"
  28. },
  29. "devDependencies": {
  30. "jake": ">= 0.5.9",
  31. "jake-utils": ">= 0.0.18",
  32. "uglify-js": ">= 2.2.5"
  33. }
  34. }