-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 955 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
41
42
43
{
"name": "any-file",
"version": "0.0.30",
"description": "Node.js library to copy files between several storage sources (ftp, http, s3, ssh, local, ...)",
"main": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:mcolomer/any-file.git"
},
"keywords": [
"file",
"s3",
"ftp",
"http",
"scp",
"upload",
"download"
],
"author": "Miquel Colomer Salas",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mcolomer/any-file/issues"
},
"homepage": "https://github.com/mcolomer/any-file",
"dependencies": {
"aws-sdk": "^2.28.0",
"debug": "^2.6.3",
"events": "^1.1.1",
"ftp": "^0.3.10",
"request": "^2.81.0",
"s3": "^4.4.0",
"scp2": "^0.5.0",
"yauzl": "^2.7.0",
"yazl": "^2.4.2"
},
"devDependencies": {
"assert": "^1.4.1",
"mocha": "^2.5.3"
}
}