-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNodeBin.nuspec
16 lines (16 loc) · 938 Bytes
/
NodeBin.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0"?>
<package >
<metadata>
<id>NodeBin</id>
<version>5.2.0</version>
<authors>Node.js Foundation</authors>
<owners>Steven Ross</owners>
<licenseUrl>https://raw.githubusercontent.com/nodejs/node/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/stevenross/NodeBin</projectUrl>
<iconUrl>https://raw.githubusercontent.com/stevenross/NodeBin/master/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This NuGet package allows you to use Node.js without requiring a local install.</description>
<summary>Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. The Node.js package ecosystem, npm, is the largest ecosystem of open source libraries in the world.</summary>
<tags>Node Node.js</tags>
</metadata>
</package>