-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.24 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.24 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
{
"name": "matchmakingalgorithm",
"version": "1.0.0",
"description": "A match making engine that routes a user's chat and audio request to the appropriate agent. Built using Rainbow API on NodeJS.",
"main": "index.js",
"scripts": {
"test": "mocha 'tests/**/*.js'",
"start": "node index.js",
"dev": "nodemon index.js"
},
"author": "derong, xuliang, gerald, yutong, calvin",
"license": "ISC",
"dependencies": {
"chromedriver": "^80.0.2",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"install": "^0.13.0",
"mysql": "^2.18.1",
"nodemon": "^2.0.2",
"python-shell": "^1.0.8",
"rainbow-cli": "^1.65.0",
"rainbow-node-sdk": "^1.69.0",
"rainbow-web-sdk": "^1.67.0",
"selenium-webdriver": "^4.0.0-alpha.7"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git"
},
"bugs": {
"url": "https://github.com/heavensward-argentlux/MatchMakingAlgorithm/issues"
},
"homepage": "https://github.com/heavensward-argentlux/MatchMakingAlgorithm#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.1"
},
"keywords": []
}