{ "name": "comcarde-node-server", "version": "7.6.4", "description": "Node server designed to provide the main Bridge interface point to the Internet.", "engines": { "node": "8.x" }, "main": "node_server.js", "dependencies": { "ajv": "^5.0.0", "async": "^1.4.2", "bit-buffer": "0.0.3", "body-parser": "^1.18.2", "compression": "^1.6.1", "connect-mongo": "^1.1.0", "crc": "^3.4.0", "data-uri-to-buffer": "^2.0.0", "debug": "^2.2.0", "express": "^4.13.3", "express-rate-limit": "^2.2.0", "express-session": "^1.12.1", "forever": "0.15.3", "gm": "^1.20.0", "handlebars": "^4.0.8", "helmet": "^3.8.1", "http-status-codes": "^1.0.5", "iconv-lite": "^0.4.19", "ideal-postcodes": "^1.0.0", "json-refs": "^3.0.2", "jsonwebtoken": "^7.4.0", "lodash": "^4.0.0", "minimist": "^1.2.0", "moment": "^2.10.6", "mongodb": "^2.0.46", "morgan": "^1.7.0", "nodemailer": "^1.8.0", "prom-client": "^10.0.2", "pug": "^2.0.0-beta6", "q": "^1.4.1", "request": "^2.65.0", "soap": "^0.23.0", "swagger-tools": "^0.10.3", "uk-clear-addressing": "^0.1.2", "uuid": "^3.2.1", "winston": "^3.0.0-rc1", "winston-mongodb": "^4.0.0-rc1" }, "devDependencies": { "canduit": "^1.1.1", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "chai-deep-match": "^1.0.2", "gulp": "^3.9.0", "gulp-bump": "^2.2.0", "gulp-load-plugins": "^1.2.0", "gulp-plumber": "^1.1.0", "gulp-print": "^2.0.1", "gulp-spawn-mocha": "^5.0.0", "gulp-task-listing": "^1.0.1", "gulp-util": "^3.0.8", "gulp-watch": "^4.3.5", "handlebars-helpers": "^0.9.6", "istanbul": "^0.4.5", "jscs": "^3.0.7", "mocha": "^5.0.0", "mocha-junit-reporter": "^1.15.0", "rewire": "^2.5.2", "sinon": "^4.0.2", "sinon-chai": "^2.14.0", "string-replace-async": "^1.2.1", "supertest": "^3.0.0", "swagger-parser": "^3.3.0", "test-console": "^1.1.0", "winston-transport": "^3.0.1", "yargs": "^10.0.3" }, "scripts": { "test": "gulp test", "coverage": "./node_modules/.bin/istanbul cover -x \"**/*.spec.js\" ./node_modules/mocha/bin/_mocha \"./{,!(node_modules)/**/}*.spec.js\"", "lint": "../node_modules/.bin/eslint ./dev_api/**/*.js" }, "repository": { "type": "git", "url": "ssh://git@10.0.10.242/diffusion/BS/bridge-server.git" }, "author": "Comcarde Ltd", "license": "UNLICENSED", "private": true }