-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
jsontree.js.nuspec
executable file
·20 lines (20 loc) · 1.41 KB
/
jsontree.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>jJsonTree.js</id>
<version>4.6.1</version>
<title>JsonTree.js</title>
<description>A lightweight JavaScript library that generates customizable tree views to better visualize, and edit, JSON data.</description>
<authors>William Troup</authors>
<projectUrl>https://www.william-troup.com/jsontree-js/</projectUrl>
<repository type="git" url="https://github.com/williamtroup/JsonTree.js" branch="main" />
<readme>README_NUGET.md</readme>
<license type="expression">MIT</license>
<tags>javascript css html5 JsonTree.js visualize array editing array-viewer base-16 component interactive interactive-json json json-component json-display json-inspector json-tree json-tree json-view json-viewer react react-component react-json theme tree tree-view treeview</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>