bower.json 723 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "echarts",
  3. "version": "2.2.1",
  4. "homepage": "http://echarts.baidu.com",
  5. "repository": "git://github.com/ecomfe/echarts",
  6. "authors": [
  7. { "name": "Kener", "email": "kener.linfeng@gmail.com" },
  8. { "name": "Pissang", "email": "shenyi.914@gmail.com" },
  9. { "name": "Erik", "email": "errorrik@gmail.com" },
  10. { "name": "Yangji", "email": "511415343@qq.com" }
  11. ],
  12. "description": "Enterprise Charts 【Baidu Hi : 1379172 | Email : echarts@baidu.com】",
  13. "main": ["build/dist/echarts.js"],
  14. "keywords": [
  15. "baidu",
  16. "echarts",
  17. "canvas",
  18. "data visualization"
  19. ],
  20. "license": "BSD",
  21. "ignore": [
  22. "**/.*",
  23. "node_modules",
  24. "bower_components",
  25. "test",
  26. "doc"
  27. ]
  28. }