File: fuzzaldrin-plus.nuspec

package info (click to toggle)
node-fuzzaldrin-plus 0.6.0%2Bdfsg%2B~0.6.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 5,116 kB
  • sloc: makefile: 11
file content (17 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (3)
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>