-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.xml
More file actions
15 lines (15 loc) · 768 Bytes
/
addon.xml
File metadata and controls
15 lines (15 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.demjson" name="demjson" version="2.3.0" provider-name="Kuci">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<extension point="xbmc.python.module" library="lib"/>
<extension point="xbmc.addon.metadata">
<summary>Python module for JSON data encoding, including jsonlint.</summary>
<description>demjson is a Python language module for encoding, decoding, and syntax-checking JSON data.</description>
<platform>all</platform>
<license>GNU LGPL 3.0</license>
<source>https://github.com/dmeranda/demjson.git</source>
<website>https://github.com/dmeranda/demjson</website>
</extension>
</addon>