package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "chart.js",
  3. "homepage": "http://www.chartjs.org",
  4. "description": "Simple HTML5 charts using the canvas element.",
  5. "version": "2.7.2",
  6. "license": "MIT",
  7. "main": "src/chart.js",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/chartjs/Chart.js.git"
  11. },
  12. "devDependencies": {
  13. "browserify": "^14.5.0",
  14. "browserify-istanbul": "^3.0.1",
  15. "bundle-collapser": "^1.3.0",
  16. "child-process-promise": "^2.2.1",
  17. "coveralls": "^3.0.0",
  18. "eslint": "^4.9.0",
  19. "eslint-config-chartjs": "^0.1.0",
  20. "eslint-plugin-html": "^4.0.2",
  21. "gitbook-cli": "^2.3.2",
  22. "gulp": "3.9.x",
  23. "gulp-concat": "~2.6.x",
  24. "gulp-connect": "~5.0.0",
  25. "gulp-eslint": "^4.0.0",
  26. "gulp-file": "^0.3.0",
  27. "gulp-htmllint": "^0.0.15",
  28. "gulp-insert": "~0.5.0",
  29. "gulp-replace": "^0.6.1",
  30. "gulp-size": "~2.1.0",
  31. "gulp-streamify": "^1.0.2",
  32. "gulp-uglify": "~3.0.x",
  33. "gulp-util": "~3.0.x",
  34. "gulp-zip": "~4.0.0",
  35. "jasmine": "^2.8.0",
  36. "jasmine-core": "^2.8.0",
  37. "karma": "^1.7.1",
  38. "karma-browserify": "^5.1.1",
  39. "karma-chrome-launcher": "^2.2.0",
  40. "karma-coverage": "^1.1.1",
  41. "karma-firefox-launcher": "^1.0.1",
  42. "karma-jasmine": "^1.1.0",
  43. "karma-jasmine-html-reporter": "^0.2.2",
  44. "merge-stream": "^1.0.1",
  45. "pixelmatch": "^4.0.2",
  46. "vinyl-source-stream": "^1.1.0",
  47. "watchify": "^3.9.0",
  48. "yargs": "^9.0.1"
  49. },
  50. "spm": {
  51. "main": "Chart.js"
  52. },
  53. "dependencies": {
  54. "chartjs-color": "^2.1.0",
  55. "moment": "^2.10.2"
  56. }
  57. }