-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
39 lines (39 loc) · 863 Bytes
/
bower.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",
"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",
"dependencies": {
"jquery": ">=3.0"
},
"homepage": "https://anseki.github.io/jquery-gettable/",
"repository": {
"type": "git",
"url": "git://github.com/anseki/jquery-gettable.git"
},
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT",
"authors": [
"anseki <AnSeki.aff@gmail.com>"
]
}