autoftp-autogit
Version:
For fun: A way to automatically deploy to FTP and push Github
32 lines (31 loc) • 637 B
JSON
{
"name": "autoftp-autogit",
"version": "1.0.5",
"description": "For fun: A way to automatically deploy to FTP and push Github",
"main": "main.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/DaggieBlanqx/autoftp-autogit"
},
"keywords": [
"Deploy",
"Github",
"FTP",
"Apache",
"PHP"
],
"author": "DaggieBlanqx",
"license": "ISC",
"dependencies": {
"chalk": "^2.4.2",
"config": "^3.3.9",
"dotenv": "^6.2.0",
"figlet": "^1.2.1",
"ftp-client": "^0.2.2",
"inquirer": "^6.2.1",
"shelljs": "^0.8.3"
}
}