forked from Teleopti/NodeEnv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnodeenv.nuspec
More file actions
executable file
·26 lines (26 loc) · 1.15 KB
/
nodeenv.nuspec
File metadata and controls
executable file
·26 lines (26 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>NodeEnv</id>
<title>Node.js Environment Integration</title>
<version>1.0.6</version>
<authors>Chris Nienhuis</authors>
<owners>Advisory Board Company</owners>
<iconUrl>http://nodejs-cloud.com/img/128px/nodejs.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Dependency free Node.js for .NET projects.</description>
<releaseNotes>1.0.6 includes node v6.11.3 and npm v3.10.10.</releaseNotes>
<copyright>Copyright 2014</copyright>
<tags>Node Node.js Grunt Grunt.js NPM Integration</tags>
</metadata>
<files>
<file src="deps\node.exe" target="node.exe"/>
<file src="deps\npm\**" target="npm" />
<file src="node.targets" target="content\.node\" />
<file src="node.cmd" target="content\.node\" />
<file src="npm.cmd" target="content\.node\" />
<file src="grunt.cmd" target="content\.node\" />
<file src="package.json" target="content\.node\" />
<file src="Gruntfile.js" target="content\.node\" />
</files>
</package>