-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 926 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
36
37
38
39
40
41
42
43
{
"name": "eslint-config-aofl",
"version": "2.0.0",
"description": "Shareable eslint config for AofL JS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/AgeOfLearning/aofl.git"
},
"keywords": [
"eslint",
"aofljs",
"aofl",
"aofl",
"js",
"lint",
"linter",
"code",
"style",
"coding",
"standards"
],
"author": "Arian Khosravi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AgeOfLearning/aofl/issues"
},
"homepage": "https://github.com/AgeOfLearning/aofl#readme",
"peerDependencies": {
"eslint": ">=5.10.0"
},
"devDependencies": {
"eslint": "^5.13.0"
},
"dependencies": {
"babel-eslint": "^10.0.3",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-lit": "^1.2.0"
}
}