mirror of
https://github.com/nicolabs/ciform.git
synced 2026-05-21 12:13:25 +02:00
+ tools for phpdoc # more directory layout refactoring (up a few levels for some) + more advanced and cleaner build features
24 lines
1.2 KiB
XML
24 lines
1.2 KiB
XML
<ivy-module version="2.0">
|
|
<info organisation="crypto" module="rsa" revision="1.0.0" status="integration" publication="20120127235629">
|
|
<license name="Copyright 2000 by John M Hanna" url="http://sourceforge.net/projects/shop-js"/>
|
|
<license name="GNU General Public License (GPL)" url="http://www.gnu.org/copyleft/gpl.html"/>
|
|
<ivyauthor name="Nicolas BONARDELLE" url="http://nicobo.net/contact?subject=crypto+rsa+ivy"/>
|
|
<description homepage="http://code.google.com/p/ciform">
|
|
This library provides a Javascript implementation of the RSA cipher.
|
|
</description>
|
|
</info>
|
|
<configurations>
|
|
<!-- The source script as plain text, including all inner informations and comments. -->
|
|
<conf name="source"/>
|
|
<!-- An obfuscated, size-reduced version of the script. Use to speed up loading time in final environment. -->
|
|
<conf name="minified"/>
|
|
</configurations>
|
|
<publications>
|
|
<artifact name="rsa" type="js" conf="source"/>
|
|
<artifact name="rsa-min" type="js" conf="minified"/>
|
|
</publications>
|
|
<dependencies>
|
|
<!-- no dependency required -->
|
|
</dependencies>
|
|
</ivy-module>
|