-
Notifications
You must be signed in to change notification settings - Fork 1
/
selecTable.jquery.json
41 lines (41 loc) · 1.1 KB
/
selecTable.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
41
{
"name": "jquery-selectable",
"title": "jQuery selecTable Plugin",
"description": "A simple jQuery plugin that makes table elements selectable with mouse or keyboard, just like tables of spreadsheet softwares.",
"keywords": [
"jquery",
"ui",
"plugins"
],
"version": "0.0.1",
"author": {
"name": "Sanggyu Nam",
"email": "[email protected]",
"url": "https://github.com/kyukyukyu"
},
"maintainers": [
{
"name": "Sanggyu Nam",
"email": "[email protected]",
"url": "https://github.com/kyukyukyu"
},
{
"name": "Sungmin Kim",
"email": "[email protected]",
"url": "https://kr.linkedin.com/pub/성민-김/98/533/780/en"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://zenorocha.mit-license.org/"
}
],
"bugs": "https://github.com/kyukyukyu/jquery-selectable/issues",
"homepage": "https://github.com/kyukyukyu/jquery-selectable",
"docs": "https://github.com/kyukyukyu/jquery-selectable#readme",
"download": "https://github.com/kyukyukyu/jquery-selectable/archive/master.zip",
"dependencies": {
"jquery": ">=1.2.3"
}
}