19 lines
384 B
JSON
19 lines
384 B
JSON
|
{
|
||
|
"name": "easy-editing",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@gitea.tforgione.fr:tforgione/easy-editing"
|
||
|
},
|
||
|
"author": "Thomas Forgione",
|
||
|
"dependencies": {
|
||
|
"body-parser": "^1.19.0",
|
||
|
"express": "^4.17.1",
|
||
|
"formidable": "^1.2.2",
|
||
|
"nodemailer": "^6.4.5",
|
||
|
"uuid": "^7.0.2"
|
||
|
}
|
||
|
}
|