Files
express-admin/package.json
T
2014-05-08 12:38:33 +03:00

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"
}
}