-
Notifications
You must be signed in to change notification settings - Fork 194
/
package.json
39 lines (39 loc) · 872 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": "selectpage",
"version": "2.20.0",
"description": "A simple style and powerful selection jQuery plugin, including ajax remote data, autocomplete, pagination, tags, i18n, keyboard navigation functions",
"main": "selectpage.js",
"dependencies": {
},
"devDependencies": {
"prettier": "^2.5.1"
},
"scripts": {
"test": "grunt eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TerryZ/SelectPage.git"
},
"keywords": [
"select",
"pagination",
"tags",
"remote-data",
"autocomplete",
"keyboard-navigation",
"i18n",
"jquery-plugin",
"ui",
"jquery",
"form",
"input",
"ajax"
],
"author": "TerryZ",
"license": "MIT",
"bugs": {
"url": "https://github.com/TerryZ/SelectPage/issues"
},
"homepage": "https://github.com/TerryZ/SelectPage#readme"
}