-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathextension.xml
38 lines (35 loc) · 1.46 KB
/
extension.xml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8" ?>
<software>
<metadata>
<name>eZ Image Editor LS</name>
<version>dev-master</version
<copyright>Copyright (C) eZ Systems AS. All rights reserved.</copyright>
<license>For full copyright and license information view LICENSE file provided with this software.</license>
<info_url>http://projects.ez.no/epie</info_url>
<software>
<uses>
<name>jQuery UI</name>
<license>MIT License</license>
<copyright>Copyright (c) 2009, PAUL BAKAUS AND THE JQUERY UI TEAM. All rights reserved.</copyright>
<version>1.8.9</version>
</uses>
<uses>
<name>Jcrop</name>
<license>MIT License</license>
<copyright>Copyright (c) 2008-2009 Deep Liquid Group. All rights reserved.</copyright>
<version>0.9.8</version>
</uses>
<uses>
<name>jQuery Hotkeys</name>
<license>MIT License</license>
<copyright>Copyrights (c) 2007 - 2008 Binny V A http://www.openjs.com/scripts/events/keyboard_shortcuts/, Tzury Bar Yochay [email protected]. All rights reserved.</copyright>
<version>0.7.9</version>
</uses>
</software>
</metadata>
<dependencies>
<requires>
<extension name="ezjscore" />
</requires>
</dependencies>
</software>