maestro-server/audit-app

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "audit-app",
  "version": "0.6.0",
  "description": "Audit App - Maestro Server",
  "author": "Felipe Klerk Signorini <felipeklerk@yahoo.com.br>",
  "main": "server.js",
  "scripts": {
    "server": "nodemon -L server.js",
    "test": "mocha test/**/*js --timeout 5000 --reporter spec --exit",
    "e2e": "gulp test_e2e",
    "unit": "gulp test_unit",
    "lint": "gulp eslint",
    "tdd": "gulp tdd",
    "package": "docker build -t 'audit-app-maestro' .",
    "docs": "gulp apidocs --name audit",
    "coverage": "nyc --reporter=lcov mocha test/**/*js --timeout 5000 --exit"
  },
  "dependencies": {
    "app-module-path": "~2.2.0",
    "axios": "^0.19.2",
    "bcrypt": "^5.0.0",
    "bluebird": "^3.7.2",
    "body-parser": "^1.19.0",
    "co": "~4.6.0",
    "construx": "~1.0.1",
    "construx-copier": "~1.0.0",
    "content-filter": "~1.1.2",
    "deep-object-diff": "^1.1.0",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "joi": "^14.3.1",
    "joi-objectid": "~3.0.1",
    "jwt-simple": "^0.5.6",
    "kraken-js": "^2.3.0",
    "lodash": "^4.17.15",
    "mongodb": "^3.6.2",
    "passport": "^0.4.1",
    "passport-jwt": "^4.0.0"
  },
  "devDependencies": {
    "browserify": "^16.5.1",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "chai-deep-match": "^1.2.1",
    "chaid": "^1.0.2",
    "codacy-coverage": "^3.4.0",
    "codeclimate-test-reporter": "~0.5.1",
    "coveralls": "^3.0.11",
    "eslint": "^6.8.0",
    "gulp": "^4.0.2",
    "gulp-apidoc": "^0.2.8",
    "gulp-eslint": "^6.0.0",
    "gulp-load-plugins": "~2.0.2",
    "gulp-mocha": "^7.0.2",
    "minimist": "^1.2.5",
    "mocha": "^7.1.1",
    "mocha-lcov-reporter": "^1.3.0",
    "node-mocks-http": "^1.8.1",
    "nodemon": "^2.0.2",
    "nyc": "^15.0.0",
    "sinon": "^9.0.1",
    "supertest": "^4.0.2"
  }
}