{
    "name": "express-admin-fix",
    "version": "1.4.3",
    "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/lyuehh/express-admin",
    "author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)",
    "repository": {
        "type": "git",
        "url": "https://github.com/lyuehh/express-admin.git"
    },
    "dependencies": {
        "express": "^4.16.3",
        "morgan": "^1.9.0",
        "body-parser": "^1.18.3",
        "connect-multiparty": "^2.1.1",
        "cookie-parser": "^1.4.3",
        "express-session": "^1.15.6",
        "csurf": "^1.9.0",
        "method-override": "^2.3.10",
        "serve-static": "^1.13.2",
        "consolidate": "^0.15.1",
        "hogan.js": "^3.0.2",
        "mysql": "^2.16.0",
        "mysql-validator": "^0.1.6",
        "async": "^0.9.2",
        "pwd": "^1.1.0",
        "commander": "^1.3.2",
        "colors": "^0.6.2",
        "slugify": "^1.3.1",
        "sr-pagination": "^1.0.1",
        "deep-copy": "^1.4.2",
        "xsql": "^1.0.1",
        "moment": "^2.22.2",
        "express-admin-static": "^2.2.2"
    },
    "devDependencies": {
        "mocha": "^3.5.3",
        "should": "4.3.1",
        "supertest": "^3.1.0",
        "recursive-fs": "^1.0.0"
    },
    "main": "./app",
    "bin": {
        "admin": "./bin/admin"
    },
    "scripts": {
        "test": "make test"
    }
}
