summaryrefslogtreecommitdiffstats
path: root/toolkit/components/certviewer/content/README.md
blob: 53f104072b2645e14a2a351baa88b48d1e1604f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Certificate Viewer

## Dependencies

[PKI.js](https://github.com/PeculiarVentures/PKI.js)
[ASN1.js](https://github.com/PeculiarVentures/ASN1.js)
[pvutils.js](https://github.com/PeculiarVentures/pvutils)
[Browserify](http://browserify.org/)

## Updating dependencies

Install all the dependencies doing `npm i`.

Run `npm run build` any time you add something new to `pvutils.js`, `pkijs.js`, `asn1.js` or any other file required in that one.