package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "easy-pie-chart",
  3. "description": "Lightweight plugin to render simple, animated and retina optimized pie charts",
  4. "keywords": [
  5. "pie chart",
  6. "chart",
  7. "circular progress",
  8. "precent",
  9. "progress bar"
  10. ],
  11. "licenses": [
  12. {
  13. "type": "MIT",
  14. "url": "http://www.opensource.org/licenses/mit-license.php"
  15. },
  16. {
  17. "type": "GPL",
  18. "url": "http://www.opensource.org/licenses/gpl-license.php"
  19. }
  20. ],
  21. "version": "2.1.7",
  22. "main": "dist/easypiechart.js",
  23. "author": {
  24. "name": "Robert Fleischmann",
  25. "email": "rendro87@gmail.com",
  26. "url": "http://robert-fleischmann.de"
  27. },
  28. "contributors": [{
  29. "name": "Moritz",
  30. "url": "https://github.com/mrzmyr"
  31. }],
  32. "scripts": {
  33. "test": "grunt karma:ci"
  34. },
  35. "repository": {
  36. "type": "git",
  37. "url": "https://github.com/rendro/easy-pie-chart.git"
  38. },
  39. "devDependencies": {
  40. "grunt": "~0.4.5",
  41. "grunt-contrib-concat": "~0.5.1",
  42. "grunt-banner": "~0.4.0",
  43. "grunt-contrib-clean": "~0.6.0",
  44. "grunt-contrib-uglify": "~0.9.1",
  45. "grunt-contrib-watch": "~0.6.1",
  46. "grunt-contrib-less": "~1.0.1",
  47. "grunt-contrib-jshint": "~0.11.2",
  48. "karma-script-launcher": "~0.1.0",
  49. "karma-firefox-launcher": "~0.1.4",
  50. "karma-chrome-launcher": "~0.1.8",
  51. "karma-html2js-preprocessor": "~0.1.0",
  52. "karma-jasmine": "~0.3.5",
  53. "karma-requirejs": "~0.2.2",
  54. "karma-coffee-preprocessor": "~0.2.1",
  55. "karma-phantomjs-launcher": "~0.1.4",
  56. "karma": "~0.12.31",
  57. "grunt-karma": "~0.10.1",
  58. "grunt-umd": "~2.3.3",
  59. "requirejs": "~2.1.17",
  60. "grunt-readme": "~0.4.5",
  61. "load-grunt-tasks": "~3.1.0",
  62. "grunt-exec": "^0.4.6",
  63. "spacejam": "^1.2.0"
  64. }
  65. }