-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 967 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 967 Bytes
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
{
"name": "sw-exporter-rta",
"version": "1.0.0",
"description": "A plugin to synchronize real-time arena matches for SWEX.",
"keywords": [
"SWEX",
"Summoners War",
"Real-time Arena",
"RTA",
"Synchronization"
],
"main": "index.js",
"dependencies": {
"axios": "^0.21.2",
"sw-exporter-plugin-version-checker": "github:chinleung/sw-exporter-plugin-version-checker"
},
"devDependencies": {},
"author": {
"name": "Chin Leung",
"email": "hello@chinleung.com",
"url": "https://chinleung.com"
},
"contributors": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chinleung/sw-exporter-rta"
},
"bugs": {
"email": "hello@chinleung.com",
"issues": "https://github.com/chinleung/sw-exporter-rta/issues"
},
"homepage": "https://github.com/chinleung/sw-exporter-rta"
}