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.

64 lines
1.6 KiB

11 years ago
11 years ago
  1. {
  2. "name": "vis",
  3. "version": "4.18.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. "babel-polyfill": "^6.20.0",
  33. "babel-runtime": "^6.20.0",
  34. "emitter-component": "^1.1.1",
  35. "moment": "^2.12.0",
  36. "propagating-hammerjs": "^1.4.6",
  37. "hammerjs": "^2.0.6",
  38. "keycharm": "^0.2.0"
  39. },
  40. "devDependencies": {
  41. "async": "^2.0.0-rc.2",
  42. "babel-core": "^6.21.0",
  43. "babel-loader": "^6.2.10",
  44. "babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
  45. "babel-plugin-transform-es3-property-literals": "^6.8.0",
  46. "babel-plugin-transform-runtime": "^6.15.0",
  47. "babel-preset-es2015": "^6.18.0",
  48. "babelify": "^7.3.0",
  49. "clean-css": "^3.4.10",
  50. "gulp": "^3.9.1",
  51. "gulp-clean-css": "^2.0.11",
  52. "gulp-concat": "^2.6.0",
  53. "gulp-rename": "^1.2.2",
  54. "gulp-util": "^3.0.7",
  55. "jsdom": "9.9.1",
  56. "mocha": "^3.1.2",
  57. "mocha-jsdom": "^1.1.0",
  58. "rimraf": "^2.5.2",
  59. "uglify-js": "^2.6.2",
  60. "uuid": "^3.0.1",
  61. "webpack": "^1.12.14",
  62. "yargs": "^6.3.0"
  63. }
  64. }