package.json 664 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "chart.js",
  3. "homepage": "http://www.chartjs.org",
  4. "description": "Simple HTML5 charts using the canvas element.",
  5. "version": "1.0.2",
  6. "main": "Chart.js",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/nnnick/Chart.js.git"
  10. },
  11. "dependences": {},
  12. "devDependencies": {
  13. "gulp": "3.5.x",
  14. "gulp-concat": "~2.1.x",
  15. "gulp-connect": "~2.0.5",
  16. "gulp-jshint": "~1.5.1",
  17. "gulp-replace": "^0.4.0",
  18. "gulp-size": "~0.4.0",
  19. "gulp-uglify": "~0.2.x",
  20. "gulp-util": "~2.2.x",
  21. "gulp-html-validator": "^0.0.2",
  22. "inquirer": "^0.5.1",
  23. "semver": "^3.0.1"
  24. },
  25. "spm": {
  26. "main": "Chart.js"
  27. }
  28. }