-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 806 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
{
"name": "sharex-upload-server",
"version": "0.2.2",
"description": "ShareX upload server",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Moquo/node-sharex-upload-server.git"
},
"keywords": [
"sharex",
"upload",
"server"
],
"author": "ravi0lii",
"license": "MIT",
"bugs": {
"url": "https://github.com/ravi0lii/node-sharex-upload-server/issues"
},
"homepage": "https://github.com/ravi0lii/node-sharex-upload-server#readme",
"dependencies": {
"body-parser": "^1.18.2",
"colors": "^1.1.2",
"express": "^4.16.2",
"express-fileupload": "^1.1.9",
"file-exists": "^5.0.0",
"q": "^1.5.1",
"random-string": "^0.2.0"
}
}