-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 913 Bytes
/
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": "load-m-up",
"version": "0.1.1",
"description": "A RESTful service specialized in receiving and managing web file uploads.",
"keywords": [
"server",
"upload",
"control",
"whitelist",
"container",
"docker",
"service",
"api",
"restful"
],
"main": "lib/main.js",
"scripts": {
"test": "mocha -b --no-diff test/*.js",
"coverage": "nyc -r html -r text-summary mocha -b --no-diff test/*.js"
},
"author": "Guilherme C. Souza",
"license": "MIT",
"devDependencies": {
"form-data": "^2.5.0",
"muhb": "^0.1.1",
"tempper": "^0.1.1",
"wtfnode": "^0.8.0"
},
"bin": {
"load-m-up": "bin/load-m-up.js"
},
"dependencies": {
"nodecaf": "^0.7.6"
},
"bugs": {
"url": "https://gitlab.com/GCSBOSS/load-m-up/issues"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/GCSBOSS/load-m-up.git"
}
}