forked from 2roy999/assets-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "@greenpress/assets",
"version": "1.0.15",
"license": "MIT",
"author": "David Meir-Levy <[email protected]>",
"description": "manage assets like images and static files on remote servers",
"keywords": [
"express",
"mongoose",
"greenpress",
"storage-management",
"assets-management"
],
"engines": {
"npm": ">=5",
"node": ">=10.5"
},
"scripts": {
"start": "node --use_strict index.js"
},
"main": "index.js",
"bin": {
"greenpress-assets": "index.js"
},
"dependencies": {
"@google-cloud/storage": "^5.4.0",
"@greenpress/api-kit": "0.1.0",
"aws-sdk": "^2.832.0",
"ftp": "^0.3.10",
"mongoose": "^5.10.5",
"multer": "^1.4.2",
"uniqid": "^5.0.3"
},
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/greenpress/assets-service/issues"
},
"homepage": "https://github.com/greenpress/assets-service#readme",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/greenpress/assets-service.git"
}
}