{
  "name": "ngx-deploy-ftp",
  "version": "2.0.0",
  "description": "Deploy Angular apps to an FTP remote using the Angular CLI",
  "keywords": [
    "schematics",
    "angular",
    "cli",
    "angular-cli",
    "ftp",
    "deploy",
    "ng-deploy"
  ],
  "author": {
    "name": "bohoffi",
    "email": "bo.hoffi@gmail.com",
    "url": "https://bohoffi.github.io/"
  },
  "license": "Apache-2.0",
  "main": "index.js",
  "schematics": "./collection.json",
  "builders": "./builders.json",
  "ng-add": {
    "save": "devDependencies"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bohoffi/ngx-deploy-ftp.git"
  },
  "bugs": {
    "url": "https://github.com/bohoffi/ngx-deploy-ftp/issues"
  },
  "homepage": "https://github.com/bohoffi/ngx-deploy-ftp#readme",
  "devDependencies": {
    "@angular-devkit/architect": ">= 9.0.0 < 16.0.0",
    "@angular-devkit/core": ">= 9.0.0 < 16.0.0",
    "@angular-devkit/schematics": ">= 9.0.0 < 16.0.0"
  },
  "peerDependencies": {
    "@angular-devkit/architect": ">= 9.0.0 < 16.0.0",
    "@angular-devkit/core": ">= 9.0.0 < 16.0.0",
    "@angular-devkit/schematics": ">= 9.0.0 < 16.0.0"
  },
  "dependencies": {
    "basic-ftp": "^5.0.0"
  }
}
