-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 882 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
{
"name": "sw-exporter-plugin-version-checker",
"version": "1.0.0",
"description": "A version checker for a SWEX plugin.",
"keywords": [
"SWEX",
"Summoners War",
"Version Checker",
"Plugin"
],
"main": "index.js",
"dependencies": {
"request": "^2.88.0"
},
"devDependencies": {},
"author": {
"name": "Chin Leung",
"email": "chinleung94@gmail.com",
"url": "https://chinleung.com"
},
"contributors": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chinleung/sw-exporter-version-checker"
},
"bugs": {
"email": "chinleung94@gmail.com",
"issues": "https://github.com/chinleung/sw-exporter-version-checker/issues"
},
"homepage": "https://github.com/chinleung/sw-exporter-version-checker"
}