{
    "name": "vv-express-admin",
    "version": "3.0.2",
    "description": "MySql, MariaDB, SQLite and PostgreSQL database admin built with Express and Bootstrap",
    "keywords": [
        "mysql",
        "mariadb",
        "sqlite",
        "postgresql",
        "database",
        "vvadmin",
        "express",
        "bootstrap"
    ],
    "license": "MIT",
    "homepage": "https://github.com/vevedh/vv-express-admin",
    "author": "Hervé de CHAVIGNY <vevedh@gmail.com> (https://github.com/vevedh/vv-express-admin)",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/vevedh/vv-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"
    },
    "devDependencies": {
        "mocha": "^6.1.4",
        "recursive-fs": "^1.0.0",
        "should": "4.3.1",
        "supertest": "^3.1.0"
    },
    "main": "./app",
    "bin": {
        "vvadmin": "./bin/vvadmin"
    },
    "scripts": {
        "test": "make test"
    },
    "bugs": {
        "url": "https://github.com/vevedh/vv-express-admin/issues"
    },
    "directories": {
        "lib": "lib",
        "test": "test"
    }
}