-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "web-agro-api",
"version": "1.4.0",
"description": "An example Parse API server using the parse-server module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ParsePlatform/parse-server-example"
},
"license": "MIT",
"dependencies": {
"babyparse": "^0.4.6",
"base64-stream": "^0.1.3",
"body-parser": "^1.18.2",
"cpf_cnpj": "^0.2.0",
"email-validator": "^1.0.7",
"express": "~4.11.x",
"google-auth-library": "^0.10.0",
"googleapis": "^18.0.0",
"js2xmlparser": "^3.0.0",
"kerberos": "~0.0.x",
"moment": "^2.22.2",
"mongodb": "^2.2.33",
"parse": "~1.8.0",
"parse-server": "*",
"parse-server-gcs-adapter": "^1.1.2",
"parse-server-mail-template-adapter": "^1.0.2",
"parse-server-mailgun": "^2.4.6",
"parse-server-sendgrid-adapter": "^1.0.0",
"raygun": "^0.9.1",
"request": "^2.83.0",
"sendgrid": "^5.1.1",
"superagent": "^3.8.2",
"watson-developer-cloud": "^2.38.0",
"xml2js": "^0.4.17"
},
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "8.7.0"
}
}