-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "eslint-config-bayzat",
"version": "3.0.2",
"description": "Shareable ESLint-er config used in all bayzat projects.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tbayaa/eslint-config.git"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"bayzat",
"javascript",
"styleguide"
],
"author": "Michal Kechner <[email protected]> (http://bayzat.com)",
"license": "MIT",
"homepage": "https://github.com/tbayaa/eslint-config#readme",
"contributors": [
{
"name": "Michal Kechner",
"email": "[email protected]"
},
{
"name": "Bernard Lange",
"email": "[email protected]"
},
{
"name": "Piotr Leszkowicz",
"email": "[email protected]"
}
],
"dependencies": {
"eslint-plugin-bayzat": "github:bayzat/eslint-plugin-bayzat#v1.0.2",
"eslint-plugin-ember": "^6.2.0"
},
"devDependencies": {
"eslint": "^5.12.1"
}
}