package.json 994 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "mpvue-echarts",
  3. "version": "0.3.2",
  4. "description": "适用于 Mpvue 的 ECharts 组件",
  5. "main": "src/echarts.vue",
  6. "typings": "types/index.d.ts",
  7. "scripts": {
  8. "lint": "eslint --format node_modules/eslint-friendly-formatter --ext .js,.vue src",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "files": [
  12. "src",
  13. "types"
  14. ],
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/F-loat/mpvue-echarts.git"
  18. },
  19. "keywords": [
  20. "mpvue",
  21. "echarts",
  22. "wxapp"
  23. ],
  24. "author": "F-loat <chaimaoyuan@foxmail.com>",
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://github.com/F-loat/mpvue-echarts/issues"
  28. },
  29. "homepage": "https://github.com/F-loat/mpvue-echarts#readme",
  30. "devDependencies": {
  31. "babel-eslint": "^8.2.2",
  32. "eslint": "^4.19.1",
  33. "eslint-config-airbnb-base": "^12.1.0",
  34. "eslint-friendly-formatter": "^4.0.1",
  35. "eslint-plugin-html": "^4.0.3",
  36. "eslint-plugin-import": "^2.10.0"
  37. }
  38. }