{
  "name": "@arundo/microservice-interface",
  "version": "3.1.2",
  "description": "",
  "main": "app.js",
  "scripts": {
    "lint": "eslint '**/*.js'",
    "lint:fix": "npm run lint -- --fix",
    "mocha": "_mocha --compilers js:babel-register",
    "test": "cross-env NODE_ENV=test ./node_modules/.bin/nyc npm run mocha -- './test/**/*.spec.js'",
    "test:coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arundo/microservice_interface_library.git"
  },
  "author": "Arundo",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/arundo/microservice_interface_library/issues"
  },
  "homepage": "https://github.com/arundo/microservice_interface_library#readme",
  "devDependencies": {
    "@arundo/eslint-config-arundo": "^4.0.0",
    "babel-cli": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-plugin-istanbul": "^4.1.4",
    "babel-preset-env": "^1.6.0",
    "babel-register": "^6.24.1",
    "chai": "^4.1.1",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^2.13.1",
    "cross-env": "^5.0.5",
    "dotenv": "^4.0.0",
    "eslint": "^4.4.1",
    "eslint-plugin-import": "^2.7.0",
    "mocha": "^3.5.0",
    "nyc": "^11.1.0",
    "path": "^0.12.7",
    "sinon": "^3.2.0",
    "sinon-chai": "^2.12.0"
  },
  "dependencies": {
    "bluebird": "^3.4.6",
    "mssql": "3.3.0",
    "redis": "^2.7.1",
    "request": "2.81.0",
    "request-promise": "^4.2.0"
  }
}
