forked from oursky/parse-server-sendgrid-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 819 Bytes
/
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
{
"name": "parse-server-sendgrid-adapter",
"version": "1.0.0",
"description": "Simple sendgrid adapter for parse server",
"main": "lib/index.js",
"dependencies": {
"sendgrid": "^2.0.0"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0"
},
"scripts": {
"build": "./node_modules/.bin/babel src/ -d lib/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oursky/parse-server-sendgrid-adapter.git"
},
"keywords": [
"parse-server",
"sendgrid"
],
"author": "Oursky",
"license": "MIT",
"bugs": {
"url": "https://github.com/oursky/parse-server-sendgrid-adapter/issues"
},
"homepage": "https://github.com/oursky/parse-server-sendgrid-adapter#readme"
}