forked from geekguy/loopback-connector-sendgrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 2.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"author": "John Barry",
"name": "loopback-connector-sendgrid",
"description": "Loopback connector module which allow to send emails via SendGrid",
"version": "1.1.6",
"license": "MIT License (MIT)",
"repository": {
"type": "git",
"url": "https://github.com/Cellarise/loopback-connector-sendgrid.git"
},
"config": {
"projectCode": "MDLPCNSG",
"build": "28",
"buildTimestamp": "2015-08-25T13:39:22.533Z",
"adminEmail": "[email protected]",
"coverage": {
"codeClimate": true,
"watermarks": {
"statements": [
50,
80,
20
],
"lines": [
50,
80,
20
],
"functions": [
50,
80,
20
],
"branches": [
35,
80,
20
]
},
"stats": {
"lines": {
"pctSkipped": 0,
"pct": 77,
"colour": "yellow"
},
"branches": {
"pctSkipped": 0,
"pct": 42,
"colour": "yellow"
},
"statements": {
"pctSkipped": 0,
"pct": 77,
"colour": "yellow"
},
"functions": {
"pctSkipped": 0,
"pct": 63,
"colour": "yellow"
},
"skipped": {
"pct": 0
},
"overall": {
"pct": 65,
"colour": "yellow"
}
}
}
},
"main": "./lib",
"scripts": {
"test": "./node_modules/.bin/gulp"
},
"directories": {
"lib": "lib",
"doc": "doc",
"tasks": "tasks",
"test": "test"
},
"dependencies": {
"q": "^1.4.1",
"ramda": "^0.17.1",
"sendgrid": "^1.5.0",
"smtpapi": "^1.3.1"
},
"devDependencies": {
"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.1",
"run-sequence": "^1.0.0",
"yadda": "^0.15.2"
}
}