-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 798 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 798 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
37
38
{
"name": "stashbox",
"version": "1.1.1",
"description": "StashBox Storage Manager",
"homepage": "http://synchro.io/",
"license": "MIT",
"contributors": [
{
"name": "Bob Dickinson",
"email": "bob@synchro.io"
}
],
"repository": {
"type": "git",
"url": "https://github.com/SynchroLabs/StashBox"
},
"bugs": {
"url": "https://github.com/SynchroLabs/StashBox/issues"
},
"dependencies": {
"body-parser": "^1.15.2",
"commander": "^2.3.0",
"express": "~4.14.0",
"express-http-proxy": "^0.9.1",
"fs-extra": "^1.0.0",
"log4js": "^0.6.21",
"manta": "^3.0.0",
"nconf": "^0.7.1",
"pkgcloud": "^1.3.0",
"minio": "^3.1.3"
},
"scripts": {
"start": "node app.js"
},
"engines": {
"node": ">= 0.12"
}
}