taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 3221e3b37db222fede828b672907a2980831db4e
parent 47d3ba81ac634ad3b48a29f2fb66007b754af549
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue,  4 Oct 2016 11:59:47 +0200

thirdparty readme

Diffstat:
Athirdparty/README | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/thirdparty/README b/thirdparty/README @@ -0,0 +1,18 @@ +We maintain copies of third-party repositories in this directory. +Preferably each subdirectory should be maintained via 'git subtree'. +The rest of the project references third party components either via +symlinks, or via the build system. + +The following third party modules are used: + +Directory: preact +Copyright: Jason Miller +License: The MIT License +Description: Lightweight DOM rendering library +Repository: https://github.com/developit/preact + +Directory: jed +Copyright: jQuery Foundation and other contributors, https://jquery.org/ +License: See jed/LICENSE +Description: gettext .po parser for JavaScript +Repository: https://github.com/SlexAxton/Jed/blob/master/LICENSE