Files
scrabble-online/client/package.json
2021-04-01 03:10:44 +01:00

17 lines
403 B
JSON

{
"name": "scrabble_client",
"version": "1.0.0",
"description": "G600 L4 Application Programming Coursework 2020",
"main": "n/a",
"scripts": {
"start": "node launchserver.js",
"setup": "npm i",
"test": "nodemon launchserver.js"
},
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
"license": "UNLICENSED",
"dependencies": {
"express": "^4.17.1"
}
}