-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 764 Bytes
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
{
"name": "hapi-sendgrid",
"version": "0.0.1",
"description": "SendGrid client plugin for Hapi.js",
"main": "index.js",
"scripts": {
"test": "lab"
},
"repository": {
"type": "git",
"url": "https://github.com/jamesdixon/hapi-sendgrid.git"
},
"keywords": [
"hapi",
"sendgrid"
],
"author": "James Dixon <jim.w.dixon@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jamesdixon/hapi-sendgrid/issues"
},
"homepage": "https://github.com/jamesdixon/hapi-sendgrid",
"dependencies": {
"bluebird": "2.10.0",
"hoek": "^2.15.0",
"joi": "^6.7.0",
"sendgrid": "^1.9.2"
},
"devDependencies": {
"code": "1.5.0",
"hapi": "10.0.0",
"lab": "5.16.1",
"nock": "2.11.0"
}
}