forked from indexzero/populist-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "@dabh/eslint-config-populist",
"version": "4.4.0",
"description": "A (one day) auto-updating style at the mercy of the people, and only the people.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/winstonjs/populist-style"
},
"scripts": {
"test": ""
},
"keywords": [
"styleguide",
"javascript",
"style-guide",
"common-style",
"standard style",
"standard"
],
"author": "Charlie Robbins <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/winstonjs/populist-style/issues"
},
"homepage": "https://github.com/winstonjs/populist-style",
"peerDependencies": {
"eslint": ">=8.0.0"
},
"dependencies": {
"eslint-find-rules": "^4.1.0",
"eslint-plugin-json": "^4.0.0",
"eslint-plugin-mocha": "^10.4.3"
}
}