forked from everlastingflame/PokeSelect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 694 Bytes
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "pokeselect",
"version": "1.0.0",
"description": "The PokeSelect application allows users to create Pokemon Draft Leagues with their friends with customized settings",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/everlastingflame/CS546-Group-3-Final-Project.git"
},
"author": "Todd Bechtel, Charles Booth, Alexander Ha, & Matthew Turner",
"license": "ISC",
"bugs": {
"url": "https://github.com/everlastingflame/CS546-Group-3-Final-Project/issues"
},
"homepage": "https://github.com/everlastingflame/CS546-Group-3-Final-Project#readme"
}