aboutsummaryrefslogtreecommitdiff
path: root/draughts/package.json
blob: 1e16e8a99bb663e66344b270f9bf171c4f0f66dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"name": "draughts",
	"version": "0.0.0",
	"private": true,
	"scripts": {
		"start": "node app.js 3000"
	},
	"dependencies": {
		"cookie-parser": "~1.4.4",
		"debug": "~2.6.9",
		"ejs": "~2.6.1",
		"express": "~4.16.1",
		"http-errors": "~1.6.3",
		"morgan": "~1.9.1",
		"ws": "^8.4.0"
	}
}