41 lines
654 B
JSON
41 lines
654 B
JSON
{
|
|
"name": "grunt-eslint",
|
|
"version": "22.0.0",
|
|
"description": "Validate files with ESLint",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/grunt-eslint",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"files": [
|
|
"tasks"
|
|
],
|
|
"keywords": [
|
|
"gruntplugin",
|
|
"eslint",
|
|
"lint",
|
|
"validate",
|
|
"report"
|
|
],
|
|
"dependencies": {
|
|
"chalk": "^2.1.0",
|
|
"eslint": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-shell": "^3.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"grunt": ">=1"
|
|
}
|
|
}
|