hjg
2024-10-30 8cf23534166c07e711aac2a25911ada317ba01f0
提交 | 用户 | 时间
58d006 1 {
A 2     "name": "bootstrap-maxlength",
3     "title": "BootStrap Maxlength",
4     "description": "jQuery and Bootstrap plugin for character count on inputs",
5     "keywords": [
6         "count",
7         "input",
8         "maxlength",
9         "length",
10         "textarea",
11         "form"
12     ],
13     "version": "1.4.2",
14     "author": {
15         "name": "Maurizio Napoleoni",
16         "url": "http://zoomingin.net"
17     },
18     "licenses": [
19         {
20             "type": "MIT License",
21             "url" : "https://github.com/mimo84/bootstrap-maxlength/blob/master/LICENSE"
22         }
23     ],
24     "bugs": "https://github.com/mimo84/bootstrap-maxlength/issues",
25     "homepage": "http://mimo84.github.com/bootstrap-maxlength/",
26     "docs": "http://mimo84.github.com/bootstrap-maxlength/",
27     "download": "https://github.com/mimo84/bootstrap-maxlength/zipball/master",
28     "dependencies": {
29         "jquery": ">=1.9"
30     }
31 }