-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 900 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
32
33
34
35
36
{
"name": "mtg-deck-checker",
"version": "1.0.0",
"description": "Magic the Gathering deck validator for all formats.",
"main": "Deck.js",
"dependencies": {
"js-sha1": "~0.6.0",
"jsbn": "^1.1.0",
"mtgjson-promise": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benjaminpwagner/mtg-deck-checker.git"
},
"keywords": [
"mtg",
"magic-the-gathering",
"deck-check",
"deck-checker",
"deckcheck",
"deckchecker",
"deck-validator",
"mtg-deck-checker",
"mtg-deck-validator"
],
"author": "benjaminpwagner@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/benjaminpwagner/mtg-deck-checker/issues"
},
"homepage": "https://github.com/benjaminpwagner/mtg-deck-checker#readme"
}