forked from throneteki/throneteki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.75 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "throneteki",
"version": "1.0.2",
"description": "A Game of Throne Second Edition Card Game Server",
"main": "index.js",
"scripts": {
"test": "npm run jasmine",
"jasmine": "cross-env JASMINE_CONFIG_PATH=./jasmine.json jasmine",
"cover": "cross-env JASMINE_CONFIG_PATH=./jasmine.json istanbul cover --include-all-sources jasmine",
"lint": "eslint server/ test/server/ --ext=js",
"pack-lobby": "node ./pack.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cryogen/throneteki.git"
},
"keywords": [
"got",
"game",
"of",
"thrones",
"cardgame"
],
"author": "Stuart Walsh <stu@ipng.org.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cryogen/throneteki/issues"
},
"homepage": "https://github.com/cryogen/throneteki#readme",
"dependencies": {
"@sendgrid/mail": "^6.2.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.18.2",
"command-line-args": "^4.0.7",
"config": "^3.2.2",
"cross-env": "^3.2.4",
"express": "^4.15.5",
"jimp": "^0.2.28",
"jsonwebtoken": "^8.2.2",
"lodash.range": "^3.2.0",
"lodash.sample": "^4.2.1",
"lodash.shuffle": "^4.2.0",
"moment": "^2.21.0",
"mongodb": "^2.2.31",
"monk": "^7.0.0",
"passport": "^0.3.2",
"passport-jwt": "^4.0.0",
"patreon": "^0.4.1",
"pluralize": "^7.0.0",
"pmx": "^1.6.7",
"raven": "^1.2.1",
"socket.io": "^2.1.1",
"throneteki-deck-helper": "^1.2.4",
"underscore": "^1.8.3",
"uuid": "^3.1.0",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.7.2",
"zeromq": "^5.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"cucumber": "^4.2.1",
"eslint": "^6.4.0",
"faker": "^4.1.0",
"jasmine": "^2.8.0"
}
}