cooking-lint
Version:
34 lines (33 loc) • 773 B
JSON
{
"name": "cooking-lint",
"version": "0.1.4",
"description": "cooking lint",
"main": "index.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/cookingjs/cooking-lint.git"
},
"keywords": [
"cooking",
"lint"
],
"author": "qingwei-li <qingwei.li@ele.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cookingjs/cooking-lint/issues"
},
"homepage": "https://github.com/cookingjs/cooking-lint#readme",
"dependencies": {
"eslint": "*",
"eslint-loader": "*",
"eslint-friendly-formatter": "*",
"eslint-config-defaults": "*",
"eslint-config-elemefe": "*",
"eslint-plugin-vue": "*",
"eslint-plugin-html": "*",
"eslint-plugin-react": "*"
}
}