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.

76 lines
1.9 KiB

11 years ago
6 years ago
11 years ago
  1. {
  2. "name": "vis",
  3. "version": "4.21.0",
  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. "bugs": {
  12. "url": "https://github.com/almende/vis/issues"
  13. },
  14. "keywords": [
  15. "vis",
  16. "visualization",
  17. "web based",
  18. "browser based",
  19. "javascript",
  20. "chart",
  21. "linechart",
  22. "timeline",
  23. "graph",
  24. "network",
  25. "browser"
  26. ],
  27. "main": "./dist/vis.js",
  28. "scripts": {
  29. "test": "mocha --compilers js:babel-core/register",
  30. "test-cov": "nyc --reporter=lcov mocha --compilers js:babel-core/register",
  31. "build": "gulp",
  32. "lint": "gulp lint",
  33. "watch": "gulp watch",
  34. "watch-dev": "gulp watch --bundle"
  35. },
  36. "dependencies": {
  37. "emitter-component": "^1.1.1",
  38. "moment": "^2.18.1",
  39. "propagating-hammerjs": "^1.4.6",
  40. "hammerjs": "^2.0.8",
  41. "keycharm": "^0.2.0"
  42. },
  43. "devDependencies": {
  44. "async": "^2.5.0",
  45. "babel-core": "^6.25.0",
  46. "babel-loader": "^7.1.1",
  47. "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
  48. "babel-plugin-transform-es3-property-literals": "^6.22.0",
  49. "babel-plugin-transform-runtime": "^6.23.0",
  50. "babel-polyfill": "^6.23.0",
  51. "babel-preset-es2015": "^6.24.1",
  52. "babel-runtime": "^6.23.0",
  53. "babelify": "^7.3.0",
  54. "canvas": "^1.6.5",
  55. "clean-css": "^4.1.7",
  56. "eslint": "^4.3.0",
  57. "gulp": "^3.9.1",
  58. "gulp-clean-css": "^3.7.0",
  59. "gulp-concat": "^2.6.1",
  60. "gulp-eslint": "^4.0.0",
  61. "gulp-rename": "^1.2.2",
  62. "gulp-util": "^3.0.8",
  63. "jsdom": "9.12.0",
  64. "jsdom-global": "^2.1.1",
  65. "merge-stream": "^1.0.1",
  66. "mocha": "^3.4.2",
  67. "mocha-jsdom": "^1.1.0",
  68. "nyc": "^11.2.1",
  69. "rimraf": "^2.6.1",
  70. "test-console": "^1.0.0",
  71. "uglify-js": "^2.8.29",
  72. "uuid": "^3.1.0",
  73. "webpack": "^3.3.0",
  74. "yargs": "^8.0.2"
  75. }
  76. }