forked from E1ila/RaidLogger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 795 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 795 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
{
"name": "raidlogger",
"version": "1.0.0",
"description": "Tracks raid attendance and benched players.",
"main": "upload.js",
"dependencies": {
"ansi-256-colors": "^1.1.0",
"async-request": "^1.2.0",
"bluebird": "^3.7.2",
"commander": "^4.0.1",
"inquirer": "^6.2.2",
"inquirer-async": "^1.1.0",
"isomorphic-fetch": "^2.2.1",
"line-reader": "^0.4.0",
"moment": "^2.24.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ko0f/RaidLogger.git"
},
"author": "Ko0f",
"license": "ISC",
"bugs": {
"url": "https://github.com/ko0f/RaidLogger/issues"
},
"homepage": "https://github.com/ko0f/RaidLogger#readme"
}