-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 826 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
{
"name": "strapi-provider-upload-backblaze-b2",
"version": "0.0.4",
"description": "Backblaze B2 upload provider for Strapi.",
"main": "./lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "git://github.com/Pedrock/strapi-provider-upload-backblaze-b2.git"
},
"keywords": [
"strapi",
"upload",
"provider",
"backblaze",
"b2"
],
"author": "Pedro Câmara",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pedrock/strapi-provider-upload-backblaze-b2/issues"
},
"homepage": "https://github.com/Pedrock/strapi-provider-upload-backblaze-b2",
"dependencies": {
"backblaze-b2": "1.3.1"
},
"devDependencies": {
"@types/node": "^11.13.4"
}
}