forked from excaliburjs/Excalibur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Excalibur.nuspec
19 lines (19 loc) · 1003 Bytes
/
Excalibur.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Excalibur</id>
<title>Excalibur.js</title>
<version>$version$</version>
<authors>Excalibur.js</authors>
<projectUrl>https://github.com/excaliburjs/Excalibur</projectUrl>
<licenseUrl>https://github.com/excaliburjs/Excalibur/master/blob/LICENSE.md</licenseUrl>
<iconUrl>https://raw.github.com/excaliburjs/Excalibur/master/assets/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.</description>
</metadata>
<files>
<file src="dist\excalibur-*.js" target="content/Scripts" />
<file src="dist\excalibur-*.d.ts" target="content/Scripts" />
<file src="dist\excalibur-*.js.map" target="content/Scripts" />
</files>
</package>