File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " jquery-datatables-alphabetsearch" ,
3
+ "version" : " 1.2.0" ,
4
+ "description" : " AlphabetSearch is a feature plug-in for the jQuery DataTables library that provides A-Z alphabetical search feature." ,
5
+ "main" : " ./js/dataTables.alphabetSearch.js" ,
6
+ "keywords" : [
7
+ " jQuery" ,
8
+ " DataTables" ,
9
+ " alphabet" ,
10
+ " alphabetical" ,
11
+ " a-z"
12
+ ],
13
+ "author" : {
14
+ "name" : " Gyrocode" ,
15
+ "url" : " https://www.gyrocode.com"
16
+ },
17
+ "license" : " MIT" ,
18
+ "bugs" : {
19
+ "url" : " https://github.com/gyrocode/jquery-datatables-alphabetSearch/issues"
20
+ },
21
+ "homepage" : " https://www.gyrocode.com/projects/jquery-datatables-alphabetsearch/" ,
22
+ "dependencies" : {
23
+ "jquery" : " >=1.7" ,
24
+ "datatables.net" : " >=1.10"
25
+ },
26
+ "repository" : {
27
+ "type" : " git" ,
28
+ "url" : " https://github.com/gyrocode/jquery-datatables-alphabetSearch.git"
29
+ }
30
+ }
You can’t perform that action at this time.
0 commit comments