-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 885 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
{
"name": "pkgcloud-container-copy",
"version": "0.5.5",
"description": "Copy files or directories to or from cloud providers using the pkgcloud library",
"keywords": [
"Cloud",
"Copy",
"Mirror",
"Upload",
"Download",
"File",
"Directory",
"Container",
"pkgcloud",
"HP",
"Openstack",
"Rackspace",
"Amazon",
"AWS",
"S3"
],
"license": "Talk to the legal department or ask me and I'll get this sorted",
"main": "pkgcloudContainerCopy.js",
"repository": {
"type": "git",
"url": "[email protected]:CoursePark/pkgcloud-container-copy.git"
},
"dependencies": {
"aws-sdk": "^2.0.17",
"MD5": "^1.2.1",
"mime-types": "^2.0.2",
"mkdirp": "^0.5.0",
"pkgcloud": "^1.3.0",
"when": "^3.4.6"
},
"devDependencies": {
"jshint": "^2.5.6"
},
"author": "Bluedrop Peformance Learning"
}