-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
peek.js.nuspec
20 lines (20 loc) · 1.26 KB
/
peek.js.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"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>jPeek.js</id>
<version>1.8.1</version>
<title>Peek.js</title>
<description>A lightweight JavaScript library that attaches a viewer to a specific node type, allowing you to view the CSS properties, attributes, and size/position.</description>
<authors>William Troup</authors>
<projectUrl>https://www.william-troup.com/peek-js/</projectUrl>
<repository type="git" url="https://github.com/williamtroup/Peek.js" branch="main" />
<readme>README_NUGET.md</readme>
<license type="expression">MIT</license>
<tags>typescript javascript css peek.js html property size attribute viewer hover mouseover debug debugger</tags>
<icon>docs\images\icon.png</icon>
<copyright>William Troup</copyright>
</metadata>
<files>
<file src="**" target="/" exclude=".git\**;.github\**;.vscode\**;.github\**;node_modules\**;build\**;*.nuspec**;.npmignore**;.gitignore**;*.sh**;*.json**\**;CODE_OF_CONDUCT.md**;CONTRIBUTING.md**;SECURITY.md**;tsup.build.config.ts**;tsup.build.esm.config.ts**;tsup.build.min.config.ts**;BUILD_INSTRUCTIONS.md**;*.nupkg**;**.DS_Store**" />
</files>
</package>