loopback-connector-sendgrid
Version:
Loopback connector module which allow to send emails via SendGrid
115 lines • 2.51 kB
JSON
{
"author": "John Barry",
"name": "loopback-connector-sendgrid",
"description": "Loopback connector module which allow to send emails via SendGrid",
"version": "2.2.4",
"license": "MIT License (MIT)",
"repository": {
"type": "git",
"url": "https://github.com/Cellarise/loopback-connector-sendgrid.git"
},
"config": {
"projectCode": "MDLPCNSG",
"build": "93",
"buildTimestamp": "2017-10-20T14:04:07.606Z",
"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": 62,
"colour": "yellow"
},
"branches": {
"pctSkipped": 0,
"pct": 40,
"colour": "yellow"
},
"statements": {
"pctSkipped": 0,
"pct": 62,
"colour": "yellow"
},
"functions": {
"pctSkipped": 0,
"pct": 53,
"colour": "yellow"
},
"skipped": {
"pct": 0
},
"overall": {
"pct": 54,
"colour": "yellow"
}
}
}
},
"main": "./lib",
"scripts": {
"test": "./node_modules/.bin/gulp"
},
"engines": {
"node": ">=4.0.0"
},
"directories": {
"lib": "lib",
"doc": "doc",
"tasks": "tasks",
"templates": "templates",
"test": "test",
"reports": "Reports",
"build": "Build"
},
"dependencies": {
"q": "^1.5.1",
"ramda": "^0.25.0",
"sendgrid": "^5.0.0"
},
"devDependencies": {
"babel-core": "^6.10.4",
"loopback": "^2.29.1",
"loopback-datasource-juggler": "^2.47.0",
"rewire": "^2.3.4",
"bunyan": "^1.1.3",
"bunyan-format": "^0.2.1",
"glob": "^6.0.1",
"gulp": "^3.9.0",
"gulp-eslint": "^3.0.1",
"gulp-istanbul": "^0.10.2",
"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.1",
"mocha-bamboo-reporter-bgo": "^1.0.7",
"ramda": "^0.22.1",
"run-sequence": "^1.0.0",
"yadda": "^0.17.7"
},
"optionalDependencies": {}
}