19 lines
455 B
JSON
19 lines
455 B
JSON
{
|
|
"name": "scrabble_game_server",
|
|
"version": "1.0.0",
|
|
"description": "G600 L4 Application Programming Coursework 2020",
|
|
"main": "launchserver.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"setup": "npm i",
|
|
"test": "nodemon index.js"
|
|
},
|
|
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"colors": "^1.4.0",
|
|
"express": "^4.17.1",
|
|
"momnet": "^2.29.1"
|
|
}
|
|
}
|