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.

19 lines
419 B

  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. "ignore": [
  11. "src",
  12. "lib",
  13. "test",
  14. "Jakefile.js",
  15. "package.json"
  16. ],
  17. "dependencies": {},
  18. "devDependencies": {}
  19. }