-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 941 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
44
{
"name": "rget-jsftp",
"version": "0.1.5",
"description": "A node API to download a file or entire folder located on a FTP.",
"keywords": [
"ftp",
"folder",
"files",
"download"
],
"author": "Pierre Cosson <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/peyo/rget-jsftp.git"
},
"bugs": {
"url": "https://github.com/peyo/rget-jsftp/issues"
},
"dependencies": {
"jsftp": "1.3.8",
"generic-pool": "2.1.1"
},
"devDependencies": {
"mocha": "2.0.1",
"istanbul": "0.3.*",
"mocha-istanbul": "0.2.*",
"sinon": "1.12.1",
"ftp-test-server": "0.0.1",
"rimraf": "2.2.*",
"crc": "3.2.*"
},
"main": "./lib/rget-jsftp.js",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= 0.10"
},
"homepage": "https://github.com/peyo/rget-jsftp",
"directories": {
"test": "test"
}
}