-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
52 lines (51 loc) · 1.18 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
44
45
46
47
48
49
50
51
52
{
"name": "qewd",
"version": "2.51.15",
"config": {
"date": "20 July 2023"
},
"description": "Quick and Easy Web Development",
"main": "index.js",
"dependencies": {
"express": "",
"body-parser": "",
"ewd-client": "",
"ewd-qoper8": "",
"ewd-qoper8-express": "",
"ewd-qoper8-koa": "",
"ewd-session": "",
"ewd-qoper8-cache": "",
"ewd-qoper8-gtm": "",
"ewd-qoper8-redis": "",
"ewd-qoper8-iris": "",
"ewd-qoper8-dbx": "",
"extract-zip": "",
"fs-extra": "",
"qewd-router": "",
"qewd-monitor": "",
"qewd-transform-json": "",
"qoper8-wt": "",
"koa": "",
"koa-better-router": "",
"koa-bodyparser": "",
"koa-static": "",
"module-exists": "",
"redis": "",
"request": "",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robtweed/qewd.git"
},
"author": "Rob Tweed, MGateway Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/robtweed/qewd/issues"
},
"homepage": "https://github.com/robtweed/qewd#readme"
}