forked from delbertbeta/rajio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "rajio",
"version": "1.0.0",
"description": "Rajio is an anonymous file/text sharing platform on web, focusing on lightweight and easy-deploy.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/delbertbeta/rajio.git"
},
"keywords": [
"file-sharing"
],
"author": "delbertbeta",
"license": "MIT",
"bugs": {
"url": "https://github.com/delbertbeta/rajio/issues"
},
"homepage": "https://github.com/delbertbeta/rajio#readme",
"dependencies": {
"diskusage": "^0.2.6",
"ejs": "^2.6.1",
"fs-extra": "^7.0.1",
"hat": "^0.0.3",
"koa": "^2.4.1",
"koa-better-serve": "^2.0.7",
"koa-body": "^4.0.4",
"koa-multer": "^1.0.2",
"koa-router": "^7.4.0",
"koa-send": "^5.0.0",
"koa-views": "^6.1.4",
"koa.sass": "^1.0.3",
"log4js": "^3.0.6",
"moment": "^2.22.2",
"node-cron": "^2.0.3",
"pretty-bytes": "^5.1.0",
"sequelize": "^4.33.4",
"sqlite3": "^4.0.3"
}
}