This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 1.85 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "scalra",
"version": "2.1.2",
"description": "node.js framework to prototype and scale rapidly",
"main": "index.js",
"scripts": {
"test": "node test/*.js",
"lint": "eslint ./core --fix",
"start": "node monitor/frontier.js monitor/settings.js",
"postinstall": "node scripts/postinstall.js"
},
"repository": {
"type": "git",
"url": "https://github.com/imonology/scalra.git"
},
"keywords": [
"prototyping",
"prototype",
"server",
"scaling",
"scalability",
"API"
],
"author": "Imonology Inc. ([email protected])",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/imonology/scalra/issues"
},
"homepage": "https://github.com/imonology/scalra",
"dependencies": {
"@sendgrid/mail": "^6.5.5",
"ansi_up": "5.0.0",
"anyroute": "1.3.1",
"async": "2.6.4",
"axios": "^1.6.0",
"bluebird": "3.7.2",
"bootstrap": "3.4.1",
"cookie": "0.4.1",
"cookie-parser": "1.4.3",
"ejs": "3.1.7",
"ejs-mate": "^4.0.0",
"emailjs": "^2.2.0",
"escape-html": "^1.0.3",
"expect": "1.20.1",
"express": "^4.17.1",
"formidable": "1.1.1",
"fs-extra": "0.30.0",
"gmail-api-sync": "github:fedecia/gmail-api-sync",
"gmail-sender-oauth": "1.0.5",
"http-proxy": "1.18.1",
"humanize": "0.0.9",
"memcached": "2.2.2",
"merge": "^2.1.1",
"minimist": "1.2.6",
"mocha": "^10.2.0",
"moment": "^2.24.0",
"mongodb": "3.6.10",
"mysql": "^2.18.1",
"node-df": "0.1.1",
"node-upload-progress": "0.0.1",
"orm": "^5.0.5",
"os-utils": "0.0.14",
"parse-filepath": "1.0.1",
"pm2": "^5.2.0",
"socket.io": "^4.6.1",
"sockjs": "0.3.20",
"sockjs-client": "1.5.0",
"swagger-ui": "^4.1.3"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"flow-bin": "^0.143.0"
}
}