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.

74 lines
1.8 KiB

11 years ago
11 years ago
  1. {
  2. "name": "vis",
  3. "version": "4.20.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. "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. "build": "gulp",
  31. "lint": "gulp lint",
  32. "watch": "gulp watch",
  33. "watch-dev": "gulp watch --bundle"
  34. },
  35. "dependencies": {
  36. "emitter-component": "^1.1.1",
  37. "moment": "^2.18.1",
  38. "propagating-hammerjs": "^1.4.6",
  39. "hammerjs": "^2.0.8",
  40. "keycharm": "^0.2.0"
  41. },
  42. "devDependencies": {
  43. "async": "^2.5.0",
  44. "babel-core": "^6.25.0",
  45. "babel-loader": "^7.1.1",
  46. "babel-polyfill": "^6.23.0",
  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-preset-es2015": "^6.24.1",
  51. "babel-runtime": "^6.23.0",
  52. "babelify": "^7.3.0",
  53. "canvas": "^1.6.5",
  54. "clean-css": "^4.1.7",
  55. "eslint": "^4.3.0",
  56. "gulp": "^3.9.1",
  57. "gulp-eslint": "^4.0.0",
  58. "gulp-clean-css": "^3.7.0",
  59. "gulp-concat": "^2.6.1",
  60. "gulp-rename": "^1.2.2",
  61. "gulp-util": "^3.0.8",
  62. "jsdom": "9.12.0",
  63. "jsdom-global": "^2.1.1",
  64. "merge-stream": "^1.0.1",
  65. "mocha": "^3.4.2",
  66. "mocha-jsdom": "^1.1.0",
  67. "rimraf": "^2.6.1",
  68. "test-console": "^1.0.0",
  69. "uglify-js": "^2.8.29",
  70. "uuid": "^3.1.0",
  71. "webpack": "^3.3.0",
  72. "yargs": "^8.0.2"
  73. }
  74. }