-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·45 lines (45 loc) · 1004 Bytes
/
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
42
43
44
45
{
"name": "src",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon src/index"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-handlebars": "^5.3.2",
"express-mysql-session": "^2.1.4",
"express-session": "^1.17.1",
"formidable": "^1.2.2",
"jade": "^1.11.0",
"jquery": "^3.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"mv": "^2.1.1",
"mysql": "^2.18.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"python-shell": "^2.0.2",
"simplejson": "0.0.2",
"timeago.js": "^4.0.2",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"nodemonConfig": {
"ignore": ["*.json"]
}
}