Procházet zdrojové kódy

added nuget specification

tags/0.4.1
Christopher Bennage před 14 roky
rodič
revize
a764164a74
1 změnil soubory, kde provedl 14 přidání a 0 odebrání
  1. +14
    -0
      mustache.js.nuspec

+ 14
- 0
mustache.js.nuspec Zobrazit soubor

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>mustache.js</id>
<version>0.4.1</version>
<authors>mustache.js Authors</authors>
<licenseUrl>https://github.com/janl/mustache.js/blob/master/LICENSE</licenseUrl>
<projectUrl>http://mustache.github.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Logic-less templates in JavaScript.</description>
<releaseNotes></releaseNotes>
<tags>mustache template templates javascript</tags>
</metadata>
</package>

Načítá se…
Zrušit
Uložit