-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 843 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
{
"name": "mtg-quiz",
"version": "1.0.1",
"description": "A dynamically generated Magic the Gathering card guessing game where you have to guess the name of the card from the artwork. How well do you remember your Mana Flare from your Mana Clash?",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scpedicini/mtg-quiz.git"
},
"author": "Shaun Pedicini",
"license": "GNU GPLv3",
"bugs": {
"url": "https://github.com/scpedicini/mtg-quiz/issues"
},
"homepage": "https://github.com/scpedicini/mtg-quiz#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-jsonminify": "^1.1.0",
"gulp-terser": "^2.0.0"
},
"dependencies": {
"axios": "^1.4.0"
}
}