scull7/pipeline-queue-mysql

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "pipeline-queue-mysql",
  "version": "0.1.0",
  "description": "A MySql pool configured to use the pipeline cache module.",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scull7/pipeline-queue-mysql.git"
  },
  "keywords": [
    "mysql",
    "pool",
    "queue",
    "cache",
    "pipeline"
  ],
  "author": "Nathan A Sculli <scull7@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scull7/pipeline-queue-mysql/issues"
  },
  "homepage": "https://github.com/scull7/pipeline-queue-mysql#readme",
  "eslintConfig": {
    "extends": "eslint:recommended",
    "parserOptions": {
      "ecmaVersion": 6,
      "sourceType": "module",
      "ecmaFeatures": {}
    },
    "env": {
      "node": true,
      "es6": true
    },
    "ecmaFeatures": {
      "arrowFunctions": true,
      "blockBindings": true,
      "defaultParams": true,
      "destructuring": true,
      "spread": true,
      "templateStrings": true
    }
  },
  "dependencies": {
    "moment": "^2.14.1",
    "node-cache": "^3.2.1",
    "on-finished": "^2.3.0",
    "pipeline-queue": "^2.0.0",
    "ramda": "^0.22.1"
  },
  "devDependencies": {
    "bluebird": "^3.4.1",
    "chai": "^3.5.0",
    "coveralls": "^2.11.12",
    "istanbul": "^0.4.4",
    "mocha": "^3.0.2",
    "sinon": "^1.17.5"
  }
}