forked from ilinsky/jquery-xpath
-
Notifications
You must be signed in to change notification settings - Fork 0
/
xpath.jquery.json
38 lines (38 loc) · 1.16 KB
/
xpath.jquery.json
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
{
"name": "xpath",
"title": "jQuery XPath plugin",
"description": "jQuery plugin for querying XML and HTML documents with XPath 2.0",
"keywords": [
"xpath",
"xpath2"
],
"version": "0.2.5",
"author": {
"name": "Sergey Ilinsky",
"url": "https://github.com/ilinsky/jquery-xpath/blob/0.2.5/AUTHORS.txt"
},
"maintainers": [
{
"name": "Sergey Ilinsky",
"email": "sergey@ilinsky.com",
"url": "http://www.ilinsky.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ilinsky/jquery-xpath/blob/0.2.5/res/license/MIT-LICENSE.txt"
},
{
"type": "GPLv2",
"url": "https://github.com/ilinsky/jquery-xpath/blob/0.2.5/res/license/GPL-LICENSE.txt"
}
],
"bugs": "https://github.com/ilinsky/jquery-xpath/issues",
"homepage": "https://github.com/ilinsky/jquery-xpath",
"docs": "https://github.com/ilinsky/jquery-xpath",
"download": "https://github.com/ilinsky/jquery-xpath",
"dependencies": {
"jquery": ">=1.0"
}
}