Convert plugins/account from bower to NPM

Also introduces script to copy files to replace copying in CI here:
https://gerrit.git.corp.google.com/gerrit-ci-scripts/+/c2a069cc36cbe618624fec603fcdc53e7051e977/jenkins/gerrit-bazel-build-account-plugin.sh#21

Release-Notes: skip
Change-Id: Ifaa18274764317a182662f0aca432ed5e23e7b9a
5 files changed
tree: bd9cdfeab0745b09275851b0eb7108274806be85
  1. src/
  2. tools/
  3. .gitignore
  4. BUILD
  5. copy_deps.sh
  6. external_plugin_deps.bzl
  7. LICENSE
  8. package-lock.json
  9. package.json
  10. README.md
README.md

Account management plugin for Gerrit Code Review

A plugin that allows accounts to be deleted from Gerrit via an SSH command or REST API.

How to build

To build this plugin you need to have Bazel and Gerrit source tree. See the detailed instructions on how to build it.

Commands

This plugin adds an new SSH command and a REST API for removing accounts from Gerrit.