forked from timdown/rangyinputs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrangyinputs.jquery.json
More file actions
33 lines (33 loc) · 972 Bytes
/
rangyinputs.jquery.json
File metadata and controls
33 lines (33 loc) · 972 Bytes
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
{
"name": "rangyinputs",
"title": "Rangy Inputs",
"description": "jQuery plug-in for selection and caret manipulation within textareas and text inputs.",
"keywords": [
"caret",
"textarea",
"input",
"textrange",
"selection",
"field",
"cursor"
],
"version": "1.2.0",
"author": {
"name": "Tim Down",
"email": "rangyinputs@timdown.co.uk",
"url": "http://timdown.co.uk/"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/timdown/rangyinputs/issues",
"homepage": "https://github.com/timdown/rangyinputs",
"docs": "https://github.com/timdown/rangyinputs",
"download": "https://raw.github.com/timdown/rangyinputs/master/rangyinputs-jquery.js",
"dependencies": {
"jquery": ">=1.0"
}
}