forked from oursky/parse-server-sendgrid-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 879 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
32
{
"name": "parse-server-paubox-adapter",
"version": "1.1.5",
"description": "Simple paubox adapter for parse server",
"main": "lib/index.js",
"dependencies": {
"paubox-nodejs": "git+https://github.com/Withinapp/paubox-nodejs.git"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3"
},
"scripts": {
"build": "babel src/ -d lib/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/withinapp/parse-server-paubox-adapter.git"
},
"keywords": [
"parse-server",
"paubox"
],
"author": "Level Therapy",
"license": "MIT",
"bugs": {
"url": "https://github.com/withinapp/parse-server-paubox-adapter/issues"
},
"homepage": "https://github.com/withinapp/parse-server-paubox-adapter#readme"
}