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

26 lines
633 B
JSON
Raw Permalink Normal View History

2021-03-10 19:01:44 +00:00
{
"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": {
2024-01-01 02:59:54 +00:00
"body-parser": "^1.20.2",
"ejs": "^3.1.9",
"express": "^4.18.2",
"nodemon": "^3.0.2"
2021-03-11 01:43:28 +00:00
},
"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"
2021-03-10 19:01:44 +00:00
}