-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 945 Bytes
/
package.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
{
"name": "jquery-gettable",
"version": "1.0.2",
"title": "getTable",
"description": "The simple jQuery Plugin for easy getting the table cells that are positioned on the horizontal line, the vertical line or both lines that pass through the target cell.",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"table",
"cell",
"row",
"column",
"vertical",
"horizontal",
"header",
"tr",
"td"
],
"main": "jquery.gettable.min.js",
"files": [
"jquery.gettable.min.js",
"bower.json",
"gettable.jquery.json"
],
"dependencies": {
"jquery": ">=3.0"
},
"homepage": "https://anseki.github.io/jquery-gettable/",
"repository": {
"type": "git",
"url": "git://github.com/anseki/jquery-gettable.git"
},
"bugs": "https://github.com/anseki/jquery-gettable/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}