-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 800 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
{
"name": "group-time",
"version": "1.0.0",
"description": "Made for when a group of people want to get work done in a specified amount of time. Made for game jams and other group related projects where getting work done in a short amount of time can really make the difference between success and failure.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Puddinglord/group-time.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Puddinglord/group-time/issues"
},
"homepage": "https://github.com/Puddinglord/group-time#readme",
"dependencies": {
"discord.js": "^11.5.1",
"fs": "0.0.1-security"
}
}