-
Notifications
You must be signed in to change notification settings - Fork 0
/
patgod85.graph.nuspec
20 lines (19 loc) · 1.02 KB
/
patgod85.graph.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>patgod85.graph</id>
<version>0.0.1</version>
<authors>patgod85</authors>
<projectUrl>https://github.com/patgod85/graph</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>JQuery plugin for creating of graph using specific input array</description>
<tags>jquery plugin graph</tags>
</metadata>
<files>
<file src="build\patgod85.graph.js" target="Content\Scripts\patgod85.graph.js" />
<file src="build\patgod85.graph.min.js" target="Content\Scripts\patgod85.graph.min.js" />
<file src="build\patgod85.graph.min.js.map" target="Content\Scripts\patgod85.graph.min.js.map" />
<file src="build\patgod85.graph.css" target="Content\Content\patgod85.graph.css" />
<file src="build\patgod85.graph.min.css" target="Content\Content\patgod85.graph.min.css" />
</files>
</package>