-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 999 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 999 Bytes
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
38
39
40
41
42
{
"name": "nodejs-events",
"version": "1.0.0",
"description": "you can add events and use crud system",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moumen-soliman/nodejs-crud.git"
},
"keywords": [
"nodejs",
"crud",
"nodejs-crud",
"mongo",
"mongodb",
"mongoose",
"js",
"javascript",
"crud-system"
],
"author": "mo'men soliman",
"license": "ISC",
"bugs": {
"url": "https://github.com/moumen-soliman/nodejs-crud/issues"
},
"homepage": "https://github.com/moumen-soliman/nodejs-crud#readme",
"dependencies": {
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-ejs-layouts": "^2.3.1",
"express-session": "^1.15.6",
"express-validator": "^4.2.1",
"mongoose": "^4.12.4"
}
}