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.0.1-SNAPSHOT",
  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. "main": "./index",
  24. "scripts": {
  25. "test": "mocha",
  26. "build": "gulp",
  27. "watch": "gulp watch",
  28. "watch-dev": "gulp watch --bundle"
  29. },
  30. "dependencies": {
  31. "emitter-component": "^1.1.1",
  32. "hammerjs": "^2.0.4",
  33. "keycharm": "^0.2.0",
  34. "uuid": "^2.0.1",
  35. "moment": "^2.10.2",
  36. "propagating-hammerjs": "^1.4.1"
  37. },
  38. "devDependencies": {
  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. }