forked from nodists/nodist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnodist.template.nuspec
24 lines (24 loc) · 1.15 KB
/
nodist.template.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>nodist</id>
<title>nodist</title>
<version>__VERSION__</version>
<authors>Marcel Klehr</authors>
<owners>Marcel Klehr</owners>
<summary>A Node.js version manager.</summary>
<description>A Node.js and io.js version manager. Inspired by n and nodenv. See github page https://github.com/marcelklehr/nodist for documentation.</description>
<projectUrl>https://github.com/marcelklehr/nodist</projectUrl>
<projectSourceUrl>https://github.com/marcelklehr/nodist</projectSourceUrl>
<docsUrl>https://raw.githubusercontent.com/marcelklehr/nodist/master/usage.txt</docsUrl>
<bugTrackerUrl>https://github.com/marcelklehr/nodist/issues</bugTrackerUrl>
<tags>node nodejs javascript admin nvm version management</tags>
<copyright>2013-2016</copyright>
<licenseUrl>https://github.com/marcelklehr/nodist</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
</metadata>
<files>
<file src="tools\**" target="tools" />
<!--<file src="content\**" target="content" />-->
</files>
</package>