Ver código fonte

added nuget specification

tags/0.5.1
Christopher Bennage 14 anos atrás
pai
commit
51e15e25a8
1 arquivos alterados com 14 adições e 0 exclusões
  1. +14
    -0
      mustache.js.nuspec

+ 14
- 0
mustache.js.nuspec Ver arquivo

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>mustache.js</id>
<version>0.5.0-dev</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>

Carregando…
Cancelar
Salvar