-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 906 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
44
45
46
{
"name": "eslint-config-r0mflip",
"version": "0.2.2",
"author": "r0mflip",
"description": "r0mflip's eslint config",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"files": [
"index.js",
"LICENCE",
"README.md"
],
"engines": {
"node": ">=10.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/r0mflip/eslint-config-r0mflip.git"
},
"homepage": "https://github.com/ramlmn/eslint-config-r0mflip#readme",
"bugs": {
"url": "https://github.com/ramlmn/eslint-config-r0mflip/issues"
},
"license": "MIT",
"dependencies": {
"babel-eslint": "^10.0.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"tap-spec": "^5.0.0",
"tape": "^4.10.2"
},
"peerDependencies": {
"eslint": ">=5"
},
"keywords": [
"eslint",
"linting",
"style",
"validate",
"config",
"ram"
]
}