-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 864 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": "simplemvcjs",
"version": "0.9.7",
"description": "A highly opinionated MVC micro web-framework.",
"main": "./src/simplemvc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jeremyaboyd/simplemvcjs.git"
},
"keywords": [
"mvc",
"web-framework"
],
"author": "Jeremy Boyd",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/jeremyaboyd/simplemvcjs/issues"
},
"homepage": "https://github.com/jeremyaboyd/simplemvcjs#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.1",
"mongoose": "^5.12.2",
"mustache": "^4.1.0",
"mustache-express": "^1.3.0",
"nodemailer": "^6.5.0"
}
}