-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
47 lines (47 loc) · 1.36 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
{
"name": "rt-code",
"version": "1.0.1",
"description": "RTCode (RealTime Code) is an application developed using Javascript and HTML to share real time code with multiple connected users.",
"main": "index.js",
"scripts": {
"start-project": "mkdir Codes",
"test": "node node_modules/mocha/bin/mocha ./Back-end/test/ --recursive --exit",
"start": "node ./Back-end/controller/Main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gsilvamartin/FastMessage.git"
},
"author": "Guilherme Martin",
"license": "MIT",
"bugs": {
"url": "https://github.com/gsilvamartin/RTCode/issues"
},
"homepage": "https://github.com/gsilvamartin/RTCode#readme",
"dependencies": {
"ansi-escapes": "^4.3.0",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"cookie-parser": "^1.4.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"local-echo": "github:wavesoft/local-echo",
"mocha": "^6.2.2",
"monaco-editor": "^0.19.0",
"mongodb": "^3.3.3",
"mongoose": "^5.7.9",
"open": "^7.0.0",
"socket.io": "^2.4.0",
"socket.io-client": "^2.3.0",
"ssh2": "^1.4.0",
"toastr": "^2.1.4",
"xterm": "^4.3.0",
"xterm-addon-attach": "^0.4.0",
"xterm-addon-fit": "^0.3.0"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-google": "^0.14.0"
}
}