WebRx by Oliver Weichhold

<PackageReference Include="WebRx" Version="0.9.0" />

 WebRx 0.9.0

WebRx integrates concepts of KnockoutJS and AngularJS with ReactiveX for Javascript (rxjs) into a MVC framework that enables developers to create responsive, structured and testable Web-Applications that run in any modern browser.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>WebRx</id>
    <version>0.9.0</version>
    <title>WebRx - Dynamic JavaScript UIs with ReactiveX</title>
    <authors>Oliver Weichhold</authors>
    <owners>Oliver Weichhold</owners>
    <licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>http://webrxjs.org</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>WebRx integrates concepts of KnockoutJS and AngularJS with ReactiveX for Javascript (rxjs) into a MVC framework that enables developers to create responsive, structured and testable Web-Applications that run in any modern browser.</description>
    <language>en-US</language>
    <tags>Rx RxJS Reactive Extensions Observable Data-Binding Web UI SPA</tags>
    <dependencies>
      <dependency id="RxJS-Lite" version="2.4.1" />
    </dependencies>
  </metadata>
</package>