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.

55 lines
1.2 KiB

11 years ago
11 years ago
  1. {
  2. "name": "vis",
  3. "version": "4.12.1-SNAPSHOT",
  4. "description": "A dynamic, browser-based visualization library.",
  5. "homepage": "http://visjs.org/",
  6. "license": "(Apache-2.0 OR 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. "main": "./dist/vis.min.js",
  25. "scripts": {
  26. "test": "mocha",
  27. "build": "gulp",
  28. "watch": "gulp watch",
  29. "watch-dev": "gulp watch --bundle"
  30. },
  31. "dependencies": {},
  32. "devDependencies": {
  33. "emitter-component": "^1.1.1",
  34. "hammerjs": "^2.0.6",
  35. "keycharm": "^0.2.0",
  36. "moment": "^2.10.2",
  37. "propagating-hammerjs": "^1.4.5",
  38. "uuid": "^2.0.1",
  39. "babel": "^5.1.11",
  40. "babel-loader": "^5.0.0",
  41. "babelify": "^6.0.2",
  42. "clean-css": "^3.2.1",
  43. "gulp": "^3.8.11",
  44. "gulp-concat": "^2.5.2",
  45. "gulp-minify-css": "^1.0.0",
  46. "gulp-rename": "^1.2.2",
  47. "gulp-util": "^3.0.4",
  48. "merge-stream": "^0.1.7",
  49. "mocha": "^2.2.4",
  50. "rimraf": "^2.3.2",
  51. "uglify-js": "^2.4.20",
  52. "webpack": "^1.8.5",
  53. "yargs": "^3.7.2"
  54. }
  55. }