forked from HazzazBinFaiz/node-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 KB
/
package.json
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
{
"name": "node-framework",
"version": "1.0.0",
"description": "Extend Express framework and introduce error handle, multiple language support, default auth using passport, console command support to create controller/model/request, Role permission management etc",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"keywords": [
"jira",
"node",
"ejs"
],
"author": "sabbir",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-fileupload": "^1.2.1",
"express-messages": "^1.0.1",
"express-session": "^1.17.1",
"express-validator": "^6.10.0",
"local-storage": "^2.0.0",
"mongodb": "^3.6.5",
"mongoose": "^5.12.2",
"nodemon": "^2.0.7",
"uuid": "^8.3.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/Sabbir1993/node-framework"
},
"homepage": "https://github.com/Sabbir1993/node-framework/blob/master/README.md"
}