Skip to content

Commit 2a48cbd

Browse files
committed
1 parent bf4ed95 commit 2a48cbd

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

package.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
}

0 commit comments

Comments
 (0)