| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "mpvue-echarts",
- "version": "0.3.2",
- "description": "适用于 Mpvue 的 ECharts 组件",
- "main": "src/echarts.vue",
- "typings": "types/index.d.ts",
- "scripts": {
- "lint": "eslint --format node_modules/eslint-friendly-formatter --ext .js,.vue src",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "files": [
- "src",
- "types"
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/F-loat/mpvue-echarts.git"
- },
- "keywords": [
- "mpvue",
- "echarts",
- "wxapp"
- ],
- "author": "F-loat <chaimaoyuan@foxmail.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/F-loat/mpvue-echarts/issues"
- },
- "homepage": "https://github.com/F-loat/mpvue-echarts#readme",
- "devDependencies": {
- "babel-eslint": "^8.2.2",
- "eslint": "^4.19.1",
- "eslint-config-airbnb-base": "^12.1.0",
- "eslint-friendly-formatter": "^4.0.1",
- "eslint-plugin-html": "^4.0.3",
- "eslint-plugin-import": "^2.10.0"
- }
- }
|