Saltarelle.Runtime by Nikhil Kothari, Erik Källén

<PackageReference Include="Saltarelle.Runtime" Version="2.0.3" />

 Saltarelle.Runtime 2.0.3

Runtime library for projects compiled with Saltarelle.Compiler. This is a slightly modified version of the Script# runtime library by Nikhil Kothari (https://github.com/nikhilk/scriptsharp).

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>Saltarelle.Runtime</id>
    <version>2.0.3</version>
    <title>Runtime library for the Saltarelle C# to JavaScript compiler</title>
    <authors>Nikhil Kothari, Erik Källén</authors>
    <owners>Nikhil Kothari, Erik Källén</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.txt</licenseUrl>
    <projectUrl>http://www.saltarelle-compiler.com</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Runtime library for projects compiled with Saltarelle.Compiler. This is a slightly modified version of the Script# runtime library by Nikhil Kothari (https://github.com/nikhilk/scriptsharp).</description>
    <tags>compiler c# javascript web</tags>
    <dependencies>
      <dependency id="Saltarelle.Compiler" version="2.0" />
    </dependencies>
  </metadata>
</package>