mirror of
https://github.com/Mintplex-Labs/express-admin.git
synced 2026-07-21 00:45:22 -04:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "express-admin",
|
|
"version": "1.3.2",
|
|
"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.4.4",
|
|
"morgan": "1.1.1",
|
|
"body-parser": "1.4.3",
|
|
"connect-multiparty": "1.1.0",
|
|
"cookie-parser": "1.3.1",
|
|
"express-session": "1.5.1",
|
|
"csurf": "1.2.2",
|
|
"method-override": "2.0.2",
|
|
"serve-static": "1.2.3",
|
|
"consolidate": "0.9.1",
|
|
"hogan.js": "3.0.2",
|
|
"mysql": "2.2.0",
|
|
"mysql-validator": "0.1.6",
|
|
"async": "0.9.0",
|
|
"pwd": "1.1.0",
|
|
"commander": "1.3.2",
|
|
"colors": "0.6.1",
|
|
"slugify": "0.1.0",
|
|
"sr-pagination": "1.0.1",
|
|
"deep-copy": "1.0.0",
|
|
"xsql": "1.0.1",
|
|
"moment": "2.8.3",
|
|
"express-admin-static": "2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.20.1",
|
|
"should": "4.0.4",
|
|
"supertest": "0.15.0",
|
|
"recursive-fs": "*"
|
|
},
|
|
"main": "./app",
|
|
"bin": {
|
|
"admin": "./bin/admin"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
}
|
|
}
|