-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 943 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 943 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
{
"name": "rtcspeeddating",
"version": "1.0.0",
"description": "speed dating",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "goofiw",
"license": "MIT",
"dependencies": {
"co": "^4.6.0",
"co-bcrypt": "^1.0.0",
"co-body": "^4.0.0",
"co-monk": "^1.0.0",
"dotenv": "^1.2.0",
"jsonwebtoken": "^5.4.0",
"koa": "^1.0.0",
"koa-body-parser": "^1.1.2",
"koa-cors": "0.0.16",
"koa-jwt": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-request": "^1.0.0",
"koa-router": "^5.1.2",
"koa-static": "^1.4.9",
"koa-views": "^3.1.0",
"monk": "^1.0.1",
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/goofiw/rtcspeeddating.git"
},
"bugs": {
"url": "https://github.com/goofiw/rtcspeeddating/issues"
},
"homepage": "https://github.com/goofiw/rtcspeeddating#readme"
}