-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.36 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.36 KB
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
44
45
46
47
48
49
50
51
{
"name": "Crownstone",
"version": "1.2.0",
"main": "server/server.js",
"license": "(LGPL-3.0 OR Apache-2.0 OR MIT)",
"scripts": {
"start": "node ./server/server.js",
"big": "node --max_old_space_size=4096 ./server/server.js",
"pretest": "jshint ."
},
"dependencies": {
"@parse/node-apn": "^5.1.0",
"uid2": "*",
"body-parser": "1.16.0",
"compression": "1.0.3",
"connect-mongo": "^1.3.2",
"cors": "2.5.2",
"debug": "*",
"errorhandler": "1.1.1",
"express-session": "1.15.6",
"form-data": "2.1.2",
"kerberos": "0.0.23",
"lodash": "*",
"loopback": "^3.27.0",
"loopback-boot": "2.24.0",
"loopback-component-explorer": "6.2.0",
"loopback-component-oauth2": "github:crownstone/loopback-component-oauth2#62aa998222a9e7373dd4b69f3648321fbe55210a",
"loopback-component-storage-gridfs": "1.1.1",
"loopback-connector-mongodb": "5.5.0",
"loopback-connector-sendgrid": "1.2.3",
"mongodb": "^3.6.1",
"luxon":"^1.3.3",
"node-fetch": "^1.7.1",
"node-gcm": "1.0.2",
"node-uuid": "*",
"parse-domain": "^1.1.0",
"request": "^2.88.0",
"serve-favicon": "2.0.1",
"sha1": "1.1.1",
"strong-error-handler": "2.0.0",
"socket.io": "2.3.0"
},
"repository": {
"type": "",
"url": ""
},
"description": "Crownstone",
"engines": {
"node": "^12.22.7"
}
}