UNPKG

708 BJSONView Raw
1{
2 "name": "eslint-config-four66",
3 "version": "4.7.0",
4 "peerDependencies": {
5 "eslint": ">=4.7.0"
6 },
7 "description": "My personal ESLint config",
8 "main": "index.js",
9 "scripts": {
10 "test": "eslint --config index.js index.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/pigulla/eslint-config-four66.git"
15 },
16 "keywords": [
17 "eslint",
18 "eslintconfig"
19 ],
20 "author": {
21 "name": "Raphael Pigulla",
22 "email": "pigulla@four66.com",
23 "url": "http://www.n3rd.org"
24 },
25 "license": "ISC",
26 "bugs": {
27 "url": "https://github.com/pigulla/eslint-config-four66/issues"
28 },
29 "homepage": "https://github.com/pigulla/eslint-config-four66#readme"
30}