-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.35 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "TauChan",
"version": "0.0.2",
"description": "The next generation image board platform",
"author": "The TauChan Team <tauchan@pink.horse>",
"license": "MIT",
"main": "app.js",
"contributors": [
{
"name": "Xaekai",
"email": "ribbon13@gmail.com"
},
{
"name": "Techborn",
"email": "unborntech@gmail.com"
}
],
"keywords": [
"image",
"board",
"node"
],
"repository": {
"type": "git",
"url": "https://github.com/TauChan/alpha.git"
},
"bugs": {
"url": "https://github.com/TauChan/alpha/issues"
},
"dependencies": {
"bcrypt": "^1.0.2",
"fluent-ffmpeg": "^2.1.0",
"gm": "^1.23.0",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-csrf": "^3.0.5",
"koa-isajax": "^1.0.5",
"koa-pug": "^3.0.0-2",
"koa-redis": "^3.0.0",
"koa-router": "^7.1.1",
"koa-send": "^4.1.0",
"koa-session2": "^2.2.3",
"koa-useragent": "^1.0.0",
"marked-promise": "^2.0.0",
"multer": "^1.3.0",
"node-html-encoder": "0.0.2",
"pg-promise": "^5.5.2",
"promisified-request": "0.0.3",
"promisifier": "^0.1.4",
"read-yaml": "^1.0.0",
"request": "^2.79.0",
"socket.io": "^1.7.2",
"underscore": "^1.6.x",
"write-yaml": "^0.2.2"
},
"devDependencies": {
"koa-logger": "^2.0.1"
},
"engines": {
"node": ">= 7.9.0"
}
}