-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "firetracker-server",
"version": "1.0.0",
"description": "Server-side components for the FireTracker app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FireTracker-App/firetracker-server.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/FireTracker-App/firetracker-server/issues"
},
"homepage": "https://github.com/FireTracker-App/firetracker-server#readme",
"dependencies": {
"bad-words": "^3.0.4",
"koa": "^2.13.0",
"koa-body": "^4.2.0",
"koa-easy-ws": "^1.3.0",
"koa-helmet": "^6.0.0",
"koa-logger": "^3.2.1",
"koa-respond": "^2.1.0",
"koa-router": "^10.0.0",
"mongoose": "^5.10.11",
"nanoid": "^3.1.16",
"point-in-polygon": "^1.0.1"
},
"devDependencies": {
"nodemon": "^2.0.6"
},
"optionalDependencies": {
"bufferutil": "^4.0.2",
"utf-8-validate": "^5.0.3"
}
}