File: handlebars.js.nuspec

package info (click to toggle)
node-handlebars 3%3A4.7.9-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 2,404 kB
  • sloc: javascript: 22,475; yacc: 136; lex: 125; sh: 72; ruby: 10; makefile: 7
file content (17 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<package>
	<metadata>
		<id>handlebars.js</id>
		<version>4.7.9</version>
		<authors>handlebars.js Authors</authors>
		<licenseUrl>https://github.com/handlebars-lang/handlebars.js/blob/master/LICENSE</licenseUrl>
		<projectUrl>https://github.com/handlebars-lang/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>