summaryrefslogtreecommitdiffstats
path: root/components/handlebars.js.nuspec
diff options
context:
space:
mode:
authorkpdecker <kpdecker@gmail.com>2013-11-03 15:49:05 -0600
committerkpdecker <kpdecker@gmail.com>2013-11-03 15:49:05 -0600
commitc70e897f1c64e273c8aad7731f9e615a91f2dae7 (patch)
tree47e0d48412a6c5c0e315891cfbba1dc1701c0245 /components/handlebars.js.nuspec
parentded0a1617fda248252a92d71b12c62a5e8536c33 (diff)
downloadhandlebars.js-c70e897f1c64e273c8aad7731f9e615a91f2dae7.zip
handlebars.js-c70e897f1c64e273c8aad7731f9e615a91f2dae7.tar.gz
handlebars.js-c70e897f1c64e273c8aad7731f9e615a91f2dae7.tar.bz2
Move component definitions into sub directory
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>