-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 834 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
{
"name": "skipper-ftp",
"version": "2.8.0",
"description": "This is used to upload files directly to FTP server skipper adapter",
"main": "index.js",
"scripts": {
"test": "node -e \"require('skipper-adapter-tests')({module: require('./')});\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/theo4u/skipper-ftp.git"
},
"keywords": [
"sails",
"ftp",
"upload",
"skipper",
"adapter"
],
"author": "Theophilus Omoregbee <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/theo4u/skipper-ftp/issues"
},
"homepage": "https://github.com/theo4u/skipper-ftp#readme",
"devDependencies": {
"skipper-adapter-tests": "^1.5.8"
},
"dependencies": {
"flushwritable": "^1.0.0",
"ftp": "^0.3.10",
"lodash": "^4.17.4"
}
}