-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.37 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
{
"name": "Yanius",
"version": "2.3.0",
"description": "Yet Another Node Image Upload Server",
"url": "https://github.com/DerEnderKeks/Yanius",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DerEnderKeks/Yanius.git"
},
"private": true,
"scripts": {
"start": "node --harmony ./bin/www"
},
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.17.2",
"config": "^1.26.2",
"cookie-parser": "^1.4.3",
"deasync": "^0.1.10",
"debug": "^2.6.8",
"express": "^4.15.4",
"express-fileupload": "^1.2.1",
"express-flash": "0.0.2",
"express-minify": "^0.2.0",
"express-session": "^1.15.5",
"file-type": "^3.9.0",
"hat": "0.0.3",
"http-status-codes": "^1.2.0",
"mime": "^1.4.0",
"mime-types": "^2.1.17",
"mkdirp": "^0.5.1",
"morgan": "^1.8.2",
"multer": "^1.3.0",
"node-gyp": "^8.4.1",
"node-sass-middleware": "^0.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-localapikey": "0.0.3",
"passport-remember-me": "0.0.1",
"pug": "^2.0.4",
"read-chunk": "^2.1.0",
"serve-favicon": "^2.4.3",
"session-rethinkdb": "^2.0.0",
"thinky": "^2.3.9",
"uid-safe": "^2.1.5",
"universal-analytics": "^0.5.1",
"url-join": "^1.1.0",
"validator": "^13.7.0"
},
"devDependencies": {
"sass": "^0.5.0"
}
}