﻿<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
    <metadata>
        <id>Sammy.js</id>
        <version>0.7.5</version>
        <title>Sammy.js</title>
        <authors>Aaron Quint</authors>
        <owners>Aaron Quint</owners>
        <licenseUrl>https://github.com/quirkey/sammy/blob/master/LICENSE</licenseUrl>
        <projectUrl>http://sammyjs.org/</projectUrl>
        <requireLicenseAcceptance>false</requireLicenseAcceptance>
        <description>Sammy.js is a tiny JavaScript framework developed to ease the pain and provide a basic structure for developing JavaScript applications. Sammy tries to achieve this by providing a small core framework and an ever-growing list of plugins for specific functionality. The core includes a simple API for defining applications which are made up primarily of routes and events. By driving application development around a small and specific API, Sammy attempts to keep your code organized while still allowing a lot of breathing room to define your own style and structure.</description>
        <summary>Sammy.js is a tiny JavaScript framework built on top of jQuery inspired by Ruby's Sinatra.</summary>
        <copyright>© 2014 Aaron Quint. All code provided is open source under the MIT License.</copyright>
        <tags>Sammy JavaScript History Hash Routing</tags>
        <dependencies>
            <dependency id="jQuery" version="1.4.1" />
        </dependencies>
    </metadata>
</package>