Skip to content

Commit

Permalink
Add dependency badges
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarikipoulos committed Jan 11, 2020
1 parent 45e1405 commit d9b93fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![NPM version][npm-image]][npm-url]
[![JavaScript Style Guide][standard-image]][standard-url]
[![Dependency Status][david-image]][david-url]
[![devDependency Status][david-dev-image]][david-dev-url]

json-cipher-value is a simple encrypting and decrypting module for node.js that performs recursive encryption of object/json values retaining their types.

Expand Down Expand Up @@ -94,3 +96,7 @@ This module is MIT licensed. See [LICENSE](./LICENSE.md).
[npm-image]: https://img.shields.io/npm/v/json-cipher-value.svg
[standard-url]: https://standardjs.com
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[david-image]: https://img.shields.io/david/nbarikipoulos/json-cipher-value.svg
[david-url]: https://david-dm.org/nbarikipoulos/json-cipher-value
[david-dev-image]: https://img.shields.io/david/dev/nbarikipoulos/json-cipher-value.svg
[david-dev-url]: https://david-dm.org/nbarikipoulos/json-cipher-value?type=dev

0 comments on commit d9b93fb

Please sign in to comment.