-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.33 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "eslint-config-meetic",
"version": "5.0.1",
"description": "ESLint configuration at Meetic",
"main": "./configurations/es6.js",
"scripts": {
"test": "eslint -c configurations/es5.js {configurations,rules}/*.js"
},
"repository": {
"type": "git",
"url": "[email protected]:Meetic/eslint-config-meetic.git"
},
"contributors": [
{
"name": "Alexandre Barbier",
"url": "https://github.com/Alex-Barbier"
},
{
"name": "Antoine Jackson",
"url": "https://github.com/william26"
},
{
"name": "Benjamin Delamarre",
"url": "https://github.com/d34thwings"
},
{
"name": "Matthieu Kluj",
"url": "https://github.com/Sankluj"
},
{
"name": "Oleg Sklyanchuk",
"url": "https://github.com/olegskl"
},
{
"name": "Nicolas Labyt",
"url": "https://github.com/obcdnico"
}
],
"keywords": [
"code checker",
"code linter",
"code standards",
"code style",
"eslint-config",
"eslint",
"eslintconfig",
"lint",
"style checker",
"style linter",
"meetic"
],
"author": "Meetic",
"license": "MIT",
"bugs": {
"url": "https://github.com/Meetic/eslint-config-meetic/issues"
},
"dependencies": {
"deep-extend": "^0.4.1"
},
"devDependencies": {
"eslint": "^4.3.0"
}
}