-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 957 Bytes
/
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
{
"name": "hydro-framework",
"version": "0.0.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sayobot-dev/hydro.git"
},
"keywords": [
"hydro"
],
"author": "masnn",
"license": "MIT",
"bugs": {
"url": "https://github.com/sayobot-dev/hydro/issues"
},
"homepage": "https://github.com/sayobot-dev/hydro#readme",
"dependencies": {
"bson": "^4.0.2",
"gridfs-stream": "^1.1.1",
"js-yaml": "^3.13.1",
"koa": "^2.8.2",
"koa-body": "^4.1.1",
"koa-morgan": "^1.0.1",
"koa-router": "^7.4.0",
"koa-send": "^5.0.0",
"koa-static": "^5.0.0",
"lodash": "^4.17.15",
"mongodb": "^3.3.2",
"nodemailer": "^6.3.1",
"nunjucks": "^3.2.0",
"socket.io": "^2.3.0"
},
"devDependencies": {
"eslint": "^6.5.1"
},
"optionalDependencies": {}
}