package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "echarts-map",
  3. "version": "3.0.1",
  4. "description": "A powerful charting and visualization library for browser",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/luqin/echarts"
  8. },
  9. "dependencies": {
  10. "echarts": "~3.0.1"
  11. },
  12. "devDependencies": {
  13. "del": "^2.0.0",
  14. "gulp": "^3.9.0",
  15. "gulp-plumber": "^1.0.1",
  16. "gulp-replace": "^0.5.4",
  17. "jshint": "^2.8.0",
  18. "run-sequence": "^1.1.5"
  19. },
  20. "keywords": [
  21. "echarts",
  22. "chart",
  23. "charts",
  24. "graph",
  25. "graphs",
  26. "webpack",
  27. "canvas",
  28. "svg",
  29. "visualization",
  30. "vml"
  31. ],
  32. "author": [
  33. {
  34. "name": "Kenner",
  35. "email": "kener.linfeng@gmail.com"
  36. },
  37. {
  38. "name": "Yi Shen",
  39. "url": "https://github.com/pissang"
  40. },
  41. {
  42. "name": "Shuang Su",
  43. "url": "https://github.com/100pah"
  44. }
  45. ],
  46. "contributors": [
  47. {
  48. "name": "erik",
  49. "email": "errorrik@gmail.com"
  50. }
  51. ]
  52. }