forked from simov/express-admin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.75 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "express-admin-better-defaults",
"version": "1.8.1",
"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/stefanough/express-admin-better-defaults.git"
},
"dependencies": {
"async": "^0.9.2",
"body-parser": "^1.18.3",
"colors": "^0.6.2",
"commander": "^1.3.2",
"connect-multiparty": "^2.1.1",
"consolidate": "^0.15.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"csurf": "^1.9.0",
"deep-copy": "^1.4.2",
"express": "^4.16.3",
"express-admin-static": "^2.2.2",
"express-session": "^1.15.6",
"hogan.js": "^3.0.2",
"method-override": "^2.3.10",
"moment": "^2.22.2",
"morgan": "^1.9.0",
"mysql": "^2.16.0",
"mysql-validator": "^0.1.6",
"pwd": "^1.1.0",
"serve-static": "^1.13.2",
"slugify": "^1.3.1",
"sr-pagination": "^1.0.1",
"xsql": "^1.0.1"
},
"devDependencies": {
"mocha": "^3.5.3",
"pg": "^7.6.1",
"recursive-fs": "^1.0.0",
"should": "4.3.1",
"standard": "^12.0.1",
"supertest": "^3.1.0"
},
"main": "./app",
"bin": {
"admin": "./bin/admin"
},
"scripts": {
"test": "make test"
}
}