mirror of
https://github.com/Mintplex-Labs/express-admin.git
synced 2026-07-24 12:05:24 -04:00
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "express-admin",
|
|
"version": "1.2.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": {
|
|
"name" : "simo",
|
|
"email" : "simeonvelichkov@gmail.com"
|
|
},
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "git://github.com/simov/express-admin.git"
|
|
},
|
|
"dependencies": {
|
|
"express" : "3.4.4",
|
|
"consolidate" : ">=0.6.0",
|
|
"hogan.js" : "latest",
|
|
"mysql" : "2.2.0",
|
|
"mysql-validator" : ">=0.1.6",
|
|
"pwd" : "0.0.3",
|
|
"commander" : "1.3.2",
|
|
"colors" : "*",
|
|
"slugify" : "*",
|
|
"sr-pagination" : ">=1.0.1",
|
|
"deep-copy" : "*",
|
|
"moment" : "*",
|
|
"express-admin-static": "2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha" : "*",
|
|
"should": "*",
|
|
"supertest": "*",
|
|
"recursive-fs": "*"
|
|
},
|
|
"main": "./app",
|
|
"bin": {
|
|
"admin": "./bin/admin"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
}
|
|
} |