-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 907 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 907 Bytes
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
{
"name": "chatroom",
"version": "1.0.0",
"description": "A chatroom where you can see what others type.",
"main": "server.js",
"dependencies": {
"fix": "^0.0.3",
"koa": "^2.6.2",
"koa-morgan": "^1.0.1",
"koa-mount": "^4.0.0",
"koa-router": "^7.4.0",
"linkifyjs": "^2.1.7",
"math-expression-evaluator": "^1.2.17",
"module-concat": "^2.3.0",
"msgdown": "^1.0.1",
"sanitize-html": "^2.7.0",
"seedrandom": "^3.0.5",
"ws": "^6.1.2",
"ws-server-wrapper": "^1.4.1",
"ws-wrapper": "^1.7.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
},
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js --ignore 'client_build.js'"
},
"repository": {
"type": "git"
},
"keywords": [
"chatroom",
"chat",
"instant-messaging",
"communication"
],
"author": "Derek",
"license": "ISC",
"bugs": {}
}