123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "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"
- }
|