16 lines
352 B
JSON
16 lines
352 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"
|
|
}
|
|
}
|