33 lines
771 B
JSON
33 lines
771 B
JSON
{
|
|
"name": "eslint-plugin-standard",
|
|
"description": "ESlint Plugin for the Standard Linter",
|
|
"version": "4.0.1",
|
|
"author": "Jamund Ferguson <jamund@gmail.com>",
|
|
"bugs": {
|
|
"url": "https://github.com/standard/eslint-plugin-standard/issues"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "^6.1.0",
|
|
"mocha": "^6.2.0",
|
|
"standard": "*"
|
|
},
|
|
"homepage": "https://github.com/standard/eslint-plugin-standard#readme",
|
|
"keywords": [
|
|
"eslint",
|
|
"eslintplugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/standard/eslint-plugin-standard.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && mocha tests/"
|
|
},
|
|
"peerDependencies": {
|
|
"eslint": ">=5.0.0"
|
|
}
|
|
}
|