Ncapsulate.Gulp by David Driscoll

<PackageReference Include="Ncapsulate.Gulp" Version="3.6.1.2" />

 Ncapsulate.Gulp 3.6.1.2

A wrapper around gulp allowing access to the task runner without requiring other developers to install any prerequisites.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Ncapsulate.Gulp</id>
    <version>3.6.1.2</version>
    <title>Ncapsulate.Gulp</title>
    <authors>David Driscoll</authors>
    <owners>David Driscoll</owners>
    <licenseUrl>http://blacklite.mit-license.org/</licenseUrl>
    <projectUrl>https://github.com/Blacklite/Ncapsulate</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/Blacklite/NCapsulate/master/Ncapsulate.Gulp/ncapsulate-gulp.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <developmentDependency>true</developmentDependency>
    <description>A wrapper around gulp allowing access to the task runner without requiring other developers to install any prerequisites.</description>
    <releaseNotes>First release packages a version of NodeJS for general use, and includes build targets that allow installing of node, npm packages, and npm package restore (npm install on the json file).</releaseNotes>
    <copyright>Copyright 2014</copyright>
    <tags>nodejs node npm</tags>
    <dependencies>
      <dependency id="Ncapsulate.Node" version="0.10" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="Microsoft.Build.Framework" targetFramework="" />
      <frameworkAssembly assemblyName="Microsoft.Build.Utilities.v4.0" targetFramework="" />
    </frameworkAssemblies>
  </metadata>
</package>