This commit is contained in:
simov
2017-09-06 14:14:05 +03:00
parent b4f9f4e528
commit 9dd76ee5cc
+28 -28
View File
@@ -1,6 +1,6 @@
{
"name": "express-admin",
"version": "1.3.1",
"version": "1.3.2",
"description": "MySql, MariaDB, SQLite and PostgreSQL database admin built with Express and Bootstrap",
"keywords": [
"mysql",
@@ -12,40 +12,40 @@
"express",
"bootstrap"
],
"license" : "MIT",
"homepage" : "https://github.com/simov/express-admin",
"author" : "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)",
"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"
"type": "git",
"url": "https://github.com/simov/express-admin.git"
},
"dependencies": {
"express" : "4.4.4",
"morgan" : "1.1.1",
"body-parser" : "1.4.3",
"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",
"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",
"mocha": "1.20.1",
"should": "4.0.4",
"supertest": "0.15.0",
"recursive-fs": "*"