-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 912 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
{
"name": "sw-exporter-run-notifier",
"version": "1.0.2",
"description": "A run notification plugin for SWEX.",
"keywords": [
"SWEX",
"Summoners War",
"Run Notifier"
],
"main": "index.js",
"dependencies": {
"sw-exporter-plugin-version-checker": "github:chinleung/sw-exporter-plugin-version-checker"
},
"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-run-notifier"
},
"bugs": {
"email": "chinleung94@gmail.com",
"issues": "https://github.com/chinleung/sw-exporter-run-notifier/issues"
},
"homepage": "https://github.com/chinleung/sw-exporter-run-notifier"
}