-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
50 lines (50 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
47
48
49
50
{
"name": "lcu-connector",
"version": "2.1.4",
"main": "index.js",
"license": "MIT",
"types": "types.d.ts",
"devDependencies": {
"eslint": "4.13.0",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-security": "1.4.0",
"jest": "24.3.1"
},
"dependencies": {
"chokidar": "2.1.2",
"fs-extra": "4.0.3",
"lol-lockfile-parser": "1.0.2"
},
"engines": {
"node": ">=8.0.0"
},
"homepage": "https://github.com/Pupix/lcu-connector",
"author": {
"name": "Robert Manolea",
"email": "[email protected]"
},
"scripts": {
"test": "jest"
},
"contributors": [
{
"name": "Robert Manolea",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Pupix/lcu-connector.git"
},
"bugs": {
"url": "https://github.com/Pupix/lcu-connector/issues"
},
"keywords": [
"connector",
"league of legends",
"lol",
"lcu"
]
}