-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 851 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
{
"name": "eslint-config-populist",
"version": "4.2.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/indexzero/populist-style"
},
"keywords": [
"styleguide",
"javascript",
"style-guide",
"common-style",
"standard style",
"standard"
],
"bin": {
"populist": "./bin/eslint-autofix.js"
},
"author": "Charlie Robbins <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indexzero/populist-style/issues"
},
"homepage": "https://github.com/indexzero/populist-style",
"dependencies": {
"eslint": "^4.3.0",
"eslint-find-rules": "^3.1.1",
"eslint-plugin-json": "^1.2.0",
"eslint-plugin-mocha": "^4.8.0"
}
}