forked from imhoffd/jquery-textrange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
textrange.jquery.json
40 lines (40 loc) · 912 Bytes
/
textrange.jquery.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
40
{
"name": "textrange",
"title": "jQuery TextRange",
"description": "jQuery plugin for getting, setting, and replacing the selected text in input fields and textareas.",
"keywords": [
"text",
"range",
"caret",
"cursor",
"textrange",
"select",
"highlight",
"selection",
"field",
"input",
"textarea",
"replace",
"substring",
"substr"
],
"version": "1.3.3",
"author": {
"name": "Daniel Imhoff",
"email": "dwieeb@gmail.com",
"url": "http://www.danielimhoff.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/dwieeb/jquery-textrange/master/LICENSE"
}
],
"bugs": "",
"homepage": "http://dwieeb.github.com/jquery-textrange",
"docs": "https://github.com/dwieeb/jquery-textrange/wiki",
"demo": "http://dwieeb.github.com/jquery-textrange",
"dependencies": {
"jquery": ">=1.3"
}
}