UNPKG

771 BJSONView Raw
1{
2 "name": "eslint-plugin-standard",
3 "description": "ESlint Plugin for the Standard Linter",
4 "version": "4.0.0",
5 "author": "Jamund Ferguson <jamund@gmail.com>",
6 "bugs": {
7 "url": "https://github.com/standard/eslint-plugin-standard/issues"
8 },
9 "dependencies": {},
10 "devDependencies": {
11 "eslint": "^5.0.0",
12 "mocha": "^5.1.1",
13 "standard": "*"
14 },
15 "homepage": "https://github.com/standard/eslint-plugin-standard#readme",
16 "keywords": [
17 "eslint",
18 "eslintplugin"
19 ],
20 "license": "MIT",
21 "main": "index.js",
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/standard/eslint-plugin-standard.git"
25 },
26 "scripts": {
27 "test": "standard && mocha tests/"
28 },
29 "peerDependencies": {
30 "eslint": ">=5.0.0"
31 }
32}