AutolabJS/AutolabJS

View on GitHub
load_balancer/package.json

Summary

Maintainability
Test Coverage
{
  "name": "load_balancer",
  "version": "0.2.0",
  "description": "load balancer component of autolab evaluation sofware",
  "main": "load_balancer.js",
  "scripts": {
    "start": "node load_balancer.js",
    "test": "bash test/test.sh"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AutolabJS/AutolabJS.git"
  },
  "keywords": [
    "autolab",
    "lab",
    "evaluation"
  ],
  "author": "Rajat Agarwal",
  "contributors": [
    "Tejas Sangol",
    "Gaurav Narula",
    "Ankshit Jain"
  ],
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/AutolabJS/AutolabJS/issues"
  },
  "homepage": "https://github.com/AutolabJS/AutolabJS/wiki",
  "dependencies": {
    "body-parser": "1.8",
    "express": "^4.13.4",
    "httpolyglot": "^0.1.1",
    "mysql": "^2.15.0",
    "request": "^2.83.0",
    "request-promise-native": "^1.0.5 "
  },
  "devDependencies": {
    "chai": "^4.1.1",
    "mocha": "^3.5.0",
    "rewire": "2.5.2",
    "dirty-chai": "^2.0.1",
    "chai-as-promised": "^7.1.1",
    "sinon": "^4.5.0",
    "nock": "^9.2.3",
    "eslint": "^4.17.0",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.6.1",
    "jshint": "^2.9.5",
    "istanbul": "^1.0.0-alpha.2",
    "nyc": "^11.4.1",
    "codecov": "^3.0.0",
    "npm-check": "^5.5.2"
  }
}