-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 867 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
{
"name": "student_management_system",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DJCai/student_management_system.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DJCai/student_management_system/issues"
},
"homepage": "https://github.com/DJCai/student_management_system#readme",
"dependencies": {
"art-template": "^4.13.0",
"body-parser": "^1.18.3",
"captchapng": "^0.0.1",
"date-format": "^1.2.0",
"express": "^4.16.3",
"express-art-template": "^1.0.1",
"express-session": "^1.15.6",
"mongodb": "^3.1.4",
"xtemplate": "^4.6.1",
"xtpl": "^3.4.0"
}
}