-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaddon.xml
More file actions
25 lines (25 loc) · 992 Bytes
/
addon.xml
File metadata and controls
25 lines (25 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.js2py"
name="js2py"
version="0.4.3"
provider-name="jdollar">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.six" version="1.9.0"/>
<import addon="script.module.pyjsparser" version="2.4.5"/>
<import addon="script.module.tzlocal" version="1.3.1"/>
</requires>
<extension point="xbmc.python.module"
library="lib" />
<extension point="xbmc.addon.metadata">
<summary>Pure Python JavaScript Translator/Interpreter</summary>
<description>Packed for Kodi from https://github.com/PiotrDabkowski/Js2Py</description>
<platform>all</platform>
<language></language>
<license>MIT</license>
<forum></forum>
<website>https://github.com/PiotrDabkowski/Js2Py</website>
<source>https://github.com/PiotrDabkowski/Js2Py</source>
<email>ionizedwarhead10 AT gmail.com</email>
</extension>
</addon>