From f73cb351b00ba5046e4aad89a2cb2ab3fcd5f9d4 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 16 Jan 2014 11:02:52 +0100 Subject: [PATCH] update readme and list libraries --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e998a3d..4bb9644 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,20 @@ You can download a prebuilt bundle under [releases](https://github.com/whiteout- This builds the Chrome Packaged App bundle **DEV.zip** which can be installed under [chrome://extensions](chrome://extensions) in developer mode. +### Testing + + npm test + ## License Copyright © 2013, Whiteout Networks GmbH. All rights reserved. - The code is open for inspection and peer review by the security community. The code is currently not licensed under an open source license. If you're interested in contributing or getting a license, please get in touch with us [info@whiteout.io](mailto:info@whiteout.io). + The code is open for inspection and peer review by the security community. + The code is currently not licensed under an open source license. If you're + interested in contributing or getting a license, please get in touch with + us [info@whiteout.io](mailto:info@whiteout.io). -These are some of the libraries we use. For a complete list please take a look at the code. +Here are some of the libraries we use (for a complete list please take a look at the code): * [OpenPGP.js](http://openpgpjs.org): An implementation of OpenPGP in Javascript * [Inbox](https://github.com/andris9/inbox): Simple IMAP client for node.js