{
  "version": "0.51.6",
  "author": "https://github.com/PabloSzx",
  "name": "mongo-express-leufu",
  "description": "Web-based admin interface for MongoDB",
  "keywords": [
    "admin",
    "administration",
    "collection",
    "database",
    "GUI",
    "interface",
    "manage",
    "manage-mongo",
    "mongo",
    "mongodb",
    "phpmyadmin",
    "UI",
    "web-based"
  ],
  "bin": {
    "mongo-express-leufu": "./app.js"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/sinantica/backend/mongo-express-leufu.git"
  },
  "dependencies": {
    "@babel/core": "^7.2.2",
    "axios": "^0.18.0",
    "basic-auth-connect": "^1.0.0",
    "body-parser": "^1.18.3",
    "busboy": "^0.2.13",
    "cli-color": "^1.1.0",
    "commander": "^2.9.0",
    "cookie-parser": "1.4.3",
    "cross-env": "^3.2.4",
    "csurf": "1.9.0",
    "errorhandler": "1.4.3",
    "express": "4.16.3",
    "express-fileupload": "^0.4.0",
    "express-session": "^1.15.6",
    "flat": "^2.0.1",
    "gridfs-stream": "^1.1.1",
    "json2csv": "^3.7.1",
    "lodash": "~4.17.4",
    "method-override": "^2.3.10",
    "mongodb": "2.2.24",
    "morgan": "^1.9.0",
    "serve-favicon": "^2.5.0",
    "socket.io-client": "^2.2.0",
    "swig-templates": "2.0.2",
    "update-notifier": "1.0.2"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-es2015": "^7.0.0-beta.53",
    "assets-webpack-plugin": "^3.5.1",
    "babel-core": "^7.0.0-bridge.0",
    "babel-loader": "^6.3.2",
    "babel-preset-es2015": "^6.24.1",
    "bootstrap": "^3.3.7",
    "chai": "3.5.0",
    "clean-webpack-plugin": "^0.1.15",
    "codemirror": "^5.23.0",
    "concurrently": "^3.3.0",
    "copy-webpack-plugin": "^4.0.1",
    "eslint": "~3.9.1",
    "eslint-config-airbnb-base": "^8.0.0",
    "eslint-plugin-import": "^1.16.0",
    "eslint-plugin-lodash": "^2.3.5",
    "jquery": "^3.1.1",
    "mocha": "^5.2.0",
    "nodemon": "^1.11.0",
    "pre-commit": "1.1.3",
    "renderjson": "dozoisch/renderjson#cd0ef870c1298d53f09555da54e4bf57a0d21414",
    "supertest": "^3.0.0",
    "webpack": "^2.4.1"
  },
  "license": "MIT",
  "scripts": {
    "lint": "eslint .",
    "start": "cross-env NODE_ENV=production node app",
    "start-dev": "concurrently --kill-others \"cross-env NODE_ENV=production nodemon app\" \"cross-env NODE_ENV=production yarn build-dev\"",
    "build-dev": "webpack --watch",
    "build": "cross-env NODE_ENV=production webpack",
    "test": "yarn mocha && yarn lint",
    "mocha": "cross-env NODE_ENV=test mocha",
    "test-watch": "cross-env NODE_ENV=test mocha --watch --reporter spec",
    "prepublish": "yarn build"
  },
  "pre-commit": [
    "test"
  ],
  "main": "./middleware"
}
