UNPKG

813 BJSONView Raw
1{
2 "name": "areto",
3 "version": "1.4.4",
4 "description": "Node.js MVC Framework",
5 "author": {
6 "name": "Maxim Khorin",
7 "email": "maksimovichu@gmail.com"
8 },
9 "license": "Apache-2.0",
10 "engines": {
11 "node": ">=12.16.2"
12 },
13 "homepage": "https://github.com/mkhorin/areto",
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/mkhorin/areto.git"
17 },
18 "dependencies": {
19 "body-parser": "^1.19.0",
20 "connect-flash": "^0.1.1",
21 "cookie-parser": "^1.4.5",
22 "express": "^4.17.1",
23 "express-session": "^1.17.1",
24 "moment": "^2.27.0",
25 "mongodb": "^3.6.0",
26 "mysql": "^2.18.1",
27 "path-to-regexp": "^6.1.0"
28 },
29 "devDependencies": {
30 "chai": "^4.2.0"
31 },
32 "scripts": {
33 "test": "mocha test/run --recursive"
34 }
35}
\No newline at end of file