summaryrefslogtreecommitdiffstats
path: root/components/handlebars.js.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'components/handlebars.js.nuspec')
-rw-r--r--components/handlebars.js.nuspec17
1 files changed, 17 insertions, 0 deletions
diff --git a/components/handlebars.js.nuspec b/components/handlebars.js.nuspec
new file mode 100644
index 0000000..37f2c4c
--- /dev/null
+++ b/components/handlebars.js.nuspec
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<package>
+ <metadata>
+ <id>handlebars.js</id>
+ <version>1.0.0</version>
+ <authors>handlebars.js Authors</authors>
+ <licenseUrl>https://github.com/wycats/handlebars.js/blob/master/LICENSE</licenseUrl>
+ <projectUrl>https://github.com/wycats/handlebars.js/</projectUrl>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <description>Extension of the Mustache logicless template language</description>
+ <releaseNotes></releaseNotes>
+ <tags>handlebars mustache template html</tags>
+ </metadata>
+ <files>
+ <file src="handlebars.js" target="Content\Scripts" />
+ </files>
+</package>