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.

57 lines
1.3 KiB

11 years ago
11 years ago
  1. {
  2. "name": "vis",
  3. "version": "4.17.0-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.js",
  25. "scripts": {
  26. "test": "mocha",
  27. "build": "gulp",
  28. "watch": "gulp watch",
  29. "watch-dev": "gulp watch --bundle"
  30. },
  31. "dependencies": {
  32. "emitter-component": "^1.1.1",
  33. "moment": "^2.12.0",
  34. "propagating-hammerjs": "^1.4.6",
  35. "hammerjs": "^2.0.6",
  36. "keycharm": "^0.2.0"
  37. },
  38. "devDependencies": {
  39. "async": "^2.0.0-rc.2",
  40. "babel-core": "^6.6.5",
  41. "babel-loader": "^6.2.4",
  42. "babel-preset-es2015": "^6.6.0",
  43. "babelify": "^7.2.0",
  44. "clean-css": "^3.4.10",
  45. "gulp": "^3.9.1",
  46. "gulp-clean-css": "^2.0.11",
  47. "gulp-concat": "^2.6.0",
  48. "gulp-rename": "^1.2.2",
  49. "gulp-util": "^3.0.7",
  50. "mocha": "^3.1.2",
  51. "rimraf": "^2.5.2",
  52. "uglify-js": "^2.6.2",
  53. "uuid": "^2.0.1",
  54. "webpack": "^1.12.14",
  55. "yargs": "^6.3.0"
  56. }
  57. }