1 Star 1 Fork 1

GLUESTICK / ftp-auto-deploy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 895 Bytes
一键复制 编辑 原始数据 按行查看 历史
GLUESTICK 提交于 2019-08-23 16:41 . 1.0.2
{
"name": "ftp-auto-deploy",
"version": "1.0.2",
"description": "Upload files to ftp server",
"main": "src/index.js",
"license": "MIT",
"private": false,
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acccccccb/ftp-auto-deploy.git"
},
"keywords": [
"ftp",
"deploy"
],
"author": "acccccccb",
"bugs": {
"url": "https://github.com/acccccccb/ftp-auto-deploy/issues"
},
"homepage": "https://github.com/acccccccb/ftp-auto-deploy#readme",
"devDependencies": {
"fs": "0.0.1-security",
"fs-extra": "^8.1.0",
"promise-ftp": "^1.3.5",
"readline-sync": "^1.4.10",
"single-line-log": "^1.1.2"
},
"dependencies": {
"fs": "0.0.1-security",
"fs-extra": "^8.1.0",
"promise-ftp": "^1.3.5",
"readline-sync": "^1.4.10",
"single-line-log": "^1.1.2"
}
}
JavaScript
1
https://gitee.com/GLUESTICK/ftp-auto-deploy.git
git@gitee.com:GLUESTICK/ftp-auto-deploy.git
GLUESTICK
ftp-auto-deploy
ftp-auto-deploy
master

搜索帮助