forked from ecomfe/echarts-for-weixin
-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
38 lines (38 loc) · 1000 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "mpvue-echarts",
"version": "1.0.0",
"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 --fix",
"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 <[email protected]>",
"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"
}
}