-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 825 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 825 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
26
27
28
29
30
31
32
33
34
35
{
"name": "jquery-xpath",
"title": "jQuery XPath plugin",
"description": "jQuery plugin for querying XML and HTML documents with XPath 2.0",
"version": "0.3.1",
"main": "jquery.xpath.js",
"homepage": "https://github.com/ilinsky/jquery-xpath",
"author": {
"name": "Sergey Ilinsky",
"email": "sergey@ilinsky.com",
"url": "http://www.ilinsky.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ilinsky/jquery-xpath/blob/master/res/license/MIT-LICENSE.txt"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ilinsky/jquery-xpath.git"
},
"bugs": {
"url": "https://github.com/ilinsky/jquery-xpath/issues"
},
"keywords": [
"jquery",
"xpath",
"xpath2",
"jquery-plugin"
],
"dependencies": {
"jquery": ">=1.0.0"
}
}