{ "name": "colorsurvey", "version": "1.0.0", "description": "A survey on color preference", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Caroline Barrière", "license": "ISC", "dependencies": { "body-parser": "^1.20.2", "ejs": "^3.1.9", "express": "^4.18.2", "nodemon": "^3.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/ArcticHawk1/SEG3125-LAB6.git" }, "bugs": { "url": "https://github.com/ArcticHawk1/SEG3125-LAB6/issues" }, "homepage": "https://github.com/ArcticHawk1/SEG3125-LAB6#readme" }