1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<?xml version="1.0"?>
<package >
<metadata>
<id>Fuzzaldrin-Plus</id>
<version>0.0</version> <!-- use version from package.json -->
<authors>Jean Christophe Roy</authors>
<owners>Jean Christophe Roy</owners>
<licenseUrl>https://github.com/jeancroy/fuzzaldrin-plus/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/jeancroy/fuzzaldrin-plus</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A JavaScript library for fuzzy filtering</description>
<tags>Fuzzy FuzzySearch Fuzzaldrin</tags>
</metadata>
<files>
<file src="dist-browser\$versiondir$\*.*" target="Content"/>
</files>
</package>
|