# X.509 TypeScript Library

* Author: Jonathan M. Wilbur <[jonathan@wilbur.space](mailto:jonathan@wilbur.space)>
* Copyright Year: 2019
* License: [MIT License](https://mit-license.org/)

## Building

You can build this library by running `npm run build`.

The outputs will all be in `dist`.

* `dist/x509.min.js` is the library for the web browser, which is minified.
* `dist/index.js` is the root of the NodeJS library, which is not minified.
