{ "name": "webdev-assignment-2", "version": "0.1.0", "description": "My submission for the second WebDev (COMP2772) assignment.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon server.js" }, "author": "Thomas Wade", "devDependencies": { "nodemon": "^1.18.4" }, "dependencies": { "express": "^4.16.4" }, "main": "server.js", "repository": { "type": "git", "url": "https://tem.party:3000/tom/WebDev-Assignment-2.git" }, "license": "MIT" }