-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
39 lines (39 loc) · 952 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
{
"name": "ftp-client",
"version": "0.2.2",
"author": {
"name": "Krzysztof Jakubik",
"email": "[email protected]"
},
"description": "A wrapper for the node-ftp module",
"main": "./lib/client",
"engines": {
"node": ">=0.8.0"
},
"keywords": [
"ftp",
"client",
"transfer"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/noodny/node-ftp-client/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "http://github.com/noodny/node-ftp-client.git"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/noodny/node-ftp-client/issues"
},
"homepage": "https://github.com/noodny/node-ftp-client",
"dependencies": {
"ftp": "~0.3.6",
"lodash": "~2.4.1",
"glob": "~3.2.9",
"async": "~0.8.0"
}
}