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.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.js",
  25. "scripts": {
  26. "test": "mocha",
  27. "build": "gulp",
  28. "watch": "gulp watch",
  29. "watch-dev": "gulp watch --bundle"
  30. },
  31. "dependencies": {
  32. "babel-core": "^6.22.1",
  33. "babel-loader": "^6.2.10",
  34. "babel-polyfill": "^6.22.0",
  35. "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
  36. "babel-plugin-transform-es3-property-literals": "^6.22.0",
  37. "babel-plugin-transform-runtime": "^6.22.0",
  38. "babel-preset-es2015": "^6.22.0",
  39. "babel-runtime": "^6.22.0",
  40. "emitter-component": "^1.1.1",
  41. "moment": "^2.17.1",
  42. "propagating-hammerjs": "^1.4.6",
  43. "hammerjs": "^2.0.8",
  44. "keycharm": "^0.2.0"
  45. },
  46. "devDependencies": {
  47. "async": "^2.1.4",
  48. "babelify": "^7.3.0",
  49. "clean-css": "^4.0.2",
  50. "gulp": "^3.9.1",
  51. "gulp-clean-css": "^2.3.2",
  52. "gulp-concat": "^2.6.1",
  53. "gulp-rename": "^1.2.2",
  54. "gulp-util": "^3.0.8",
  55. "jsdom": "9.9.1",
  56. "mocha": "^3.2.0",
  57. "mocha-jsdom": "^1.1.0",
  58. "rimraf": "^2.5.4",
  59. "uglify-js": "^2.7.5",
  60. "uuid": "^3.0.1",
  61. "webpack": "^1.14.0",
  62. "yargs": "^6.6.0"
  63. }
  64. }