Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fun-apps / static / funsite / arg.js / arg.js.nuspec
Size: Mime:
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
    <metadata>
        <id>arg.js</id>
        <version>1.2.0</version>
        <title>Lightweight URL argument and parameter parser</title>
        <authors>Stretchr, Inc.</authors>
        <owners>Stretchr, Inc.</owners>
        <projectUrl>https://github.com/stretchr/arg.js</projectUrl>
        <requireLicenseAcceptance>false</requireLicenseAcceptance>
        <description>Arg.js gives you quick and easy access to parameters in the URL.</description>
        <summary>Arg.js gives you quick and easy access to parameters in the URL.</summary>
    </metadata>
    <files>
        <file src="dist\arg-1.2.min.js" target="content\js\arg-1.2.min.js" />
        <file src="dist\arg-1.2.js" target="content\js\arg-1.2.js" />
    </files>
</package>