-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 783 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 783 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
{
"name": "image-host",
"version": "0.0.1",
"description": "A simple image host.",
"private": true,
"scripts": {
"start": "node ./bin/www"
}
"keywords": [
"LKD70",
"Image",
"Host",
"Upload",
"Pomf"
],
"author": "LKD70",
"license": "AGPL-3.0",
"dependencies": {
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"mkdirp": "^0.5.1",
"morgan": "~1.9.0",
"multer": "^1.3.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-auth": "^1.0.2",
"passport-telegram-official": "^1.0.3",
"passport-twitter": "^1.0.4",
"pug": "2.0.0-beta11",
"sqlite3": "^4.0.2"
}
}