forked from BloomBooks/bloom-parse-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 915 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 915 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
{
"name": "bloom-parse-server",
"version": "1.4.0",
"description": "Parse server for bloomlibrary.org",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/BloomBooks/bloom-parse-server"
},
"license": "MIT",
"dependencies": {
"express": "~4.11.x",
"kerberos": "~0.0.x",
"parse": "~1.8.0",
"parse-server": "~2.8.4",
"parse-server-sendgrid-adapter": "^1.0.0",
"sendgrid": "^4.7.1",
"parse-dashboard": "^1.0.11"
},
"scripts": {
"start": "node index.js"
},
"//": "NOTE: during azure deployment, this controls what node/npm we get.",
"//": "However the node we see in the kudo console is controlled by WEBSITE_NODE_DEFAULT_VERSION in appsettings.",
"//": "See https://blogs.msdn.microsoft.com/azureossds/2016/04/20/nodejs-and-npm-versions-on-azure-app-services/",
"engines": {
"node": "8.10.0",
"npm": "5.6.0"
}
}