The license field in package.json now uses a valid SPDX identifier. Once
again, you are not supposed to insert whatever string you want. This is
the second time I made a change like this. The first time was commit
a83063cf10.
This commit also removes unnecessary dependencies from the Cyclone era
and bumps the versions of those that remain.
The removed "bare-server-node" dependency is discouraged in favor of the
better "@tomphttp/bare-server-node" package.
This commit closes#10 as a result.
The license field is supposed to have a short identifier representing
the project's license, like "MIT". The keywords field is for npm's
search, if this package is ever published.