forked from ezsystems/ezjscore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.xml
More file actions
53 lines (49 loc) · 2.14 KB
/
extension.xml
File metadata and controls
53 lines (49 loc) · 2.14 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8" ?>
<software>
<metadata>
<name>eZ JSCore extension</name>
<version>//autogentag//</version>
<copyright>Copyright (C) 1999-2011 eZ Systems AS</copyright>
<license>//EZP_LICENSE//</license>
<info_url>https://github.com/ezsystems/ezjscore</info_url>
<software>
<uses>
<name>YUI2</name>
<license>Licensed under the BSD License</license>
<copyright>Copyright (c) 2010, Yahoo! Inc. All rights reserved.</copyright>
<info_url>http://developer.yahoo.com/yui/2/</info_url>
<version>2.8.2</version>
</uses>
<uses>
<name>YUI3</name>
<license>Licensed under the BSD License</license>
<copyright>Copyright (c) 2011, Yahoo! Inc. All rights reserved.</copyright>
<info_url>http://developer.yahoo.com/yui/3/</info_url>
<version>3.4.0</version>
</uses>
<uses>
<name>jQuery</name>
<license>Dual licensed under the MIT and GPL licenses</license>
<copyright>Copyright (c) 2011 John Resig</copyright>
<info_url>http://jquery.com/</info_url>
<version>1.6.4</version>
</uses>
<uses>
<name>jQuery UI</name>
<license>Dual licensed under the MIT and GPL licenses</license>
<copyright>Copyright (c) 2011 jQuery project / jQuery UI team</copyright>
<info_url>http://jqueryui.com/about</info_url>
<version>1.8.16</version>
</uses>
<uses>
<name>JSMin</name>
<license>Licensed under the MIT License</license>
<copyright>2002 Douglas Crockford douglas@crockford.com (jsmin.c), 2008 Ryan Grove ryan@wonko.com (PHP port)</copyright>
<info_url>https://github.com/rgrove/jsmin-php</info_url>
<version>1.1.1</version>
</uses>
</software>
</metadata>
<dependencies>
</dependencies>
</software>