-
Notifications
You must be signed in to change notification settings - Fork 223
/
package.json
47 lines (47 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
42
43
44
45
46
47
{
"name": "express-admin",
"version": "2.0.0",
"description": "MySql, MariaDB, SQLite and PostgreSQL database admin built with Express and Bootstrap",
"keywords": [
"mysql",
"mariadb",
"sqlite",
"postgresql",
"database",
"admin",
"express",
"bootstrap"
],
"license": "MIT",
"homepage": "https://github.com/simov/express-admin",
"author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/simov/express-admin.git"
},
"dependencies": {
"express": "^4.18.2",
"body-parser": "^1.20.1",
"connect-multiparty": "^2.2.0",
"cookie-parser": "^1.4.6",
"express-session": "^1.17.3",
"csurf": "^1.11.0",
"method-override": "^2.3.10",
"serve-static": "^1.15.0",
"consolidate": "^0.16.0",
"hogan.js": "^3.0.2",
"mysql-validator": "^0.1.6",
"async": "^0.9.2",
"slugify": "^1.6.5",
"sr-pagination": "^1.0.1",
"deep-copy": "^1.4.2",
"xsql": "^1.0.1",
"moment": "^2.29.4",
"express-admin-static": "^2.2.2"
},
"devDependencies": {},
"main": "./app",
"engines": {
"node": ">=12.0.0"
}
}