{
  "author": "John Barry",
  "name": "loopback-connector-sendgrid",
  "description": "Loopback connector module which allow to send emails via SendGrid",
  "version": "2.0.3",
  "license": "MIT License (MIT)",
  "repository": {
    "type": "git",
    "url": "https://github.com/Cellarise/loopback-connector-sendgrid.git"
  },
  "config": {
    "projectCode": "MDLPCNSG",
    "build": "62",
    "buildTimestamp": "2016-07-08T23:30:00.296Z",
    "adminEmail": "mail@cellarise.com",
    "coverage": {
      "codeClimate": true,
      "watermarks": {
        "statements": [
          50,
          80,
          20
        ],
        "lines": [
          50,
          80,
          20
        ],
        "functions": [
          40,
          80,
          20
        ],
        "branches": [
          30,
          80,
          20
        ]
      },
      "stats": {
        "lines": {
          "pctSkipped": 0,
          "pct": 58,
          "colour": "yellow"
        },
        "branches": {
          "pctSkipped": 0,
          "pct": 30,
          "colour": "yellow"
        },
        "statements": {
          "pctSkipped": 0,
          "pct": 58,
          "colour": "yellow"
        },
        "functions": {
          "pctSkipped": 0,
          "pct": 40,
          "colour": "yellow"
        },
        "skipped": {
          "pct": 0
        },
        "overall": {
          "pct": 47,
          "colour": "red"
        }
      }
    }
  },
  "main": "./lib",
  "scripts": {
    "test": "./node_modules/.bin/gulp"
  },
  "directories": {
    "lib": "lib",
    "bin": "bin",
    "doc": "doc",
    "tasks": "tasks",
    "templates": "templates",
    "test": "test",
    "reports": "Reports",
    "build": "Build"
  },
  "dependencies": {
    "q": "^1.4.1",
    "ramda": "^0.21.0",
    "sendgrid": "^3.0.7"
  },
  "devDependencies": {
    "babel-core": "^6.10.4",
    "loopback": "^2.18.0",
    "loopback-datasource-juggler": "^2.30.1",
    "rewire": "^2.3.4",
    "bunyan": "^1.1.3",
    "bunyan-format": "^0.2.1",
    "glob": "^5.0.6",
    "gulp": "^3.8.6",
    "gulp-eslint": "^1.0.0",
    "gulp-istanbul": "^0.10.0",
    "gulp-json-editor": "^2.2.1",
    "gulp-load-params": "^0.1.3",
    "gulp-mocha": "^2.0.0",
    "gulp-util": "^3.0.0",
    "istanbul-reporter-clover-limits": "^0.1.1",
    "mkdirp": "^0.5.0",
    "mocha-bamboo-reporter-bgo": "^1.0.7",
    "ramda": "^0.17.0",
    "run-sequence": "^1.0.0",
    "yadda": "^0.15.2"
  },
  "optionalDependencies": {}
}