-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathits-parser.jquery.json
40 lines (40 loc) · 1.09 KB
/
its-parser.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
39
40
{
"name": "its-parser",
"title": "jQuery ITS2.0 Parser",
"description": "JQuery selector plugin for the International Tag Standard 2.0 (ITS 2.0). Adds selectors to get nodes in the DOM with specific ITS data. Also has a function to get all the ITS information from a jQuery list.",
"keywords": [
"its",
"multilingual",
"jquery",
"selector"
],
"version": "1.2.0",
"author": {
"name": "Cocomore AG",
"url": "http://www.cocomore.com"
},
"maintainers": [
{
"name": "Karl Fritsche",
"email": "karl.fritsche@cocomore.com",
"url": "http://drupal.org/user/619702"
},
{
"name": "Alejandro Leiva",
"email": "alejandro.leiva@cocomore.com",
"url": "http://drupal.org/user/1866660"
}
],
"licenses": [
{
"type": "GPL2.0",
"url": "https://github.com/attrib/jquery-its2/blob/master/gpl-2.0.txt"
}
],
"bugs": "https://github.com/attrib/jquery-its2/issues",
"homepage": "https://github.com/attrib/jquery-its2",
"docs": "https://github.com/attrib/jquery-its2",
"dependencies": {
"jquery": ">=1.5"
}
}