<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>store2</id>
    <title>store (Javascript)</title>
    <version>$version$</version>
    <authors>Nathan Bubna</authors>
    <owners>nbubna</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A feature-filled and friendly way to use localStorage and sessionStorage
(JSON, namespacing, extensions, etc).</description>
    <tags>localStorage sessionStorage json javascript namespace html5 store browser client persistence</tags>
  </metadata>
  <files>
    <file src="dist/*.js" target="dist" />
  </files>
</package>