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.

68 lines
1.7 KiB

11 years ago
11 years ago
  1. {
  2. "name": "vis",
  3. "version": "4.19.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 --compilers js:babel-core/register",
  27. "build": "gulp",
  28. "lint": "eslint lib",
  29. "watch": "gulp watch",
  30. "watch-dev": "gulp watch --bundle"
  31. },
  32. "dependencies": {
  33. "emitter-component": "^1.1.1",
  34. "moment": "^2.18.1",
  35. "propagating-hammerjs": "^1.4.6",
  36. "hammerjs": "^2.0.8",
  37. "keycharm": "^0.2.0"
  38. },
  39. "devDependencies": {
  40. "async": "^2.1.4",
  41. "babel-core": "^6.6.5",
  42. "babel-eslint": "^7.1.1",
  43. "babel-loader": "^6.2.4",
  44. "babel-polyfill": "^6.22.0",
  45. "babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
  46. "babel-plugin-transform-es3-property-literals": "^6.8.0",
  47. "babel-plugin-transform-runtime": "^6.22.0",
  48. "babel-preset-es2015": "^6.6.0",
  49. "babel-runtime": "^6.22.0",
  50. "babelify": "^7.3.0",
  51. "clean-css": "^4.0.2",
  52. "eslint": "^3.15.0",
  53. "gulp": "^3.9.1",
  54. "gulp-clean-css": "^2.3.2",
  55. "gulp-concat": "^2.6.1",
  56. "gulp-rename": "^1.2.2",
  57. "gulp-util": "^3.0.8",
  58. "jsdom": "9.9.1",
  59. "jsdom-global": "^2.1.1",
  60. "mocha": "^3.2.0",
  61. "mocha-jsdom": "^1.1.0",
  62. "rimraf": "^2.5.4",
  63. "uglify-js": "^2.7.5",
  64. "uuid": "^3.0.1",
  65. "webpack": "^1.14.0",
  66. "yargs": "^6.6.0"
  67. }
  68. }