-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.13 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "starter",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"bulma": "^0.9.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.5.2",
"morgan": "^1.10.0",
"nodemon": "^3.0.1",
"pug": "^3.0.2",
"validator": "^13.15.15"
},
"description": "Ce projet est un **bloc-notes en ligne** inspiré de **Google Keep**, permettant aux utilisateurs de créer, éditer, supprimer et organiser leurs notes. Il utilise une **architecture basée sur JavaScript** avec une interface utilisateur moderne, construite avec **Pug** et **Bulma CSS**.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/salaahl/notepad_by_expressJS.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/salaahl/notepad_by_expressJS/issues"
},
"homepage": "https://github.com/salaahl/notepad_by_expressJS#readme"
}