-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 852 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
{
"name": "do-assets",
"version": "0.0.1",
"author": "Prashant Chaudhari <[email protected]>",
"description": "Upload Assets to DO Spaces after application starts",
"contributors": [],
"repository": {
"type": "git",
"url": "git+https://github.com/prcongithub/do-assets.git"
},
"dependencies": {
"glob": "^7.1.2",
"aws4": "^1.6.0",
"async": "0.9.0",
"mime": "1.3.4"
},
"engines": {
"node": ">=0.8.0"
},
"main": "index.js",
"bugs": {
"url": "https://github.com/prcongithub/do-assets/issues"
},
"homepage": "https://github.com/prcongithub/do-assets#readme",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"npm",
"assets",
"cdn",
"digital",
"ocean",
"spaces"
],
"license": "MIT"
}