forked from ractoon/jQuery-Text-Counter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 854 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
{
"name": "jquery-text-counter",
"title": "jQuery Text Counter",
"description": "jQuery plugin to count text/characters in a textarea or input. Allows error notifications on minimum or maximum number of characters/words.",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"words",
"characters",
"counter",
"minimum",
"maximum"
],
"version": "0.7.0",
"author": {
"name": "ractoon",
"url": "http://www.ractoon.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ractoon/jQuery-Text-Counter/blob/master/LICENSE.md"
}
],
"bugs": "https://github.com/ractoon/jQuery-Text-Counter/issues",
"homepage": "https://github.com/ractoon/jQuery-Text-Counter",
"repository": "https://github.com/ractoon/jQuery-Text-Counter",
"dependencies": {
"jquery": ">=1.5"
}
}