UNPKG

576 BJSONView Raw
1{
2 "name": "eslint-config-elemefe",
3 "version": "0.3.0",
4 "description": "ESLint Config for eleme fe team.",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\""
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/ElemeFE/eslint-config-elemefe.git"
12 },
13 "keywords": [
14 "eslint",
15 "elemefe"
16 ],
17 "author": "long.zhang@ele.me",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/ElemeFE/eslint-config-elemefe/issues"
21 },
22 "homepage": "https://github.com/ElemeFE/eslint-config-elemefe#readme"
23}