Questionnaire-of-the-Facebo.../package.json

25 lines
633 B
JSON

{
"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.19.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"nodemon": "^2.0.7"
},
"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"
}