-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 873 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
{
"name": "max-char-limit-warning",
"version": "1.0.2",
"description": "Get a warning when the maximum char limit has been exceeded with a simple jQuery plugin",
"main": "jquery.maxcharwarning.min.js",
"repository": {
"type": "git",
"url": "https://github.com/joanclaret/max-char-limit-warning.git"
},
"keywords": [
"characters",
"limit",
"warning",
"form",
"input",
"jQuery",
"plugin",
"jquery-plugin",
"ecosystem:jquery"
],
"author": {
"name": "Joan Claret",
"url": "https://github.com/JoanClaret"
},
"licenses": [
{
"type": "MIT"
}
],
"bugs": {
"url": "https://github.com/JoanClaret/max-char-limit-warning/issues"
},
"homepage": "https://github.com/JoanClaret/max-char-limit-warning",
"dependencies": {
"jquery": ">=1.4.0"
}
}