-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 2.67 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 2.67 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"author": {
"name": "Gitana Software, Inc.",
"email": "info@gitana.io",
"url": "https://gitana.io"
},
"name": "cloudcms-server",
"description": "Cloud CMS Application Server Module",
"version": "3.2.351",
"repository": {
"type": "git",
"url": "git://github.com/gitana/cloudcms-server.git"
},
"dependencies": {
"@socket.io/cluster-adapter": "^0.2.2",
"@socket.io/redis-adapter": "^8.3.0",
"@socket.io/sticky": "^1.0.4",
"accepts": "^1.3.8",
"agentkeepalive": "^4.6.0",
"alpaca": "^1.5.27",
"archiver": "^7.0.1",
"async": "^3.2.6",
"async-lock": "^1.4.1",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.9",
"basic-auth": "^2.0.1",
"body-parser": "^1.20.3",
"bytes": "^3.1.2",
"cacheable-lookup": "^6.1.0",
"canoe": "^0.3.3",
"clone": "^2.1.2",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.2.0",
"connect-redis": "^8.0.1",
"cookie-parser": "^1.4.7",
"debug": "^4.4.0",
"errorhandler": "^1.5.1",
"express": "^4.21.2",
"express-session": "^1.18.1",
"express-useragent": "^1.0.15",
"fast-proxy": "^2.2.0",
"gitana": "^1.0.330",
"handlebars": "^4.7.8",
"hbs": "^4.2.0",
"helmet": "^8.0.0",
"ioredis": "5.4.1",
"json5": "^2.2.3",
"jsonwebtoken": "^9.0.2",
"klaw": "^4.1.0",
"lru-cache": "^7.14.0",
"marked": "^15.0.4",
"memored": "^1.1.1",
"memorystore": "^1.6.4",
"mime": "^2.4.6",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"object-hash": "^3.0.0",
"object-merge": "^2.5.1",
"on-headers": "^1.0.2",
"passport": "^0.7.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"@node-saml/passport-saml": "5.0.0",
"random-js": "^2.1.0",
"recursive-readdir": "^2.2.3",
"redis": "^4.7.0",
"redlock": "4.2.0",
"request-param": "^1.0.1",
"response-time": "^2.3.3",
"semver": "^7.6.3",
"serve-favicon": "^2.5.0",
"session-file-store": "^1.5.0",
"sha1": "^1.1.1",
"socket.io": "^4.8.1",
"ssl-root-cas": "^1.3.1",
"stomp-client": "^0.9.0",
"targz": "^1.0.1",
"temp": "^0.9.4",
"uuid": "^11.0.3",
"underscore": "^1.13.7",
"winston": "^3.17.0"
},
"contributors": [
{
"name": "Michael Uzquiano",
"email": "uzi@cloudcms.com"
},
{
"name": "Harry Moore",
"email": "harry.moore@cloudcms.com"
}
],
"keywords": [
"wcm",
"web",
"cloudcms",
"cms",
"content",
"json",
"rest",
"mobile",
"content management",
"javascript",
"nodejs",
"api",
"jsoncms",
"baas",
"caching",
"renditions"
],
"main": "index"
}