-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
40 lines (40 loc) · 845 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
38
39
40
{
"name": "jquery-textrange",
"version": "1.4.0",
"description": "A jQuery plugin for getting, setting and replacing the selected text in input fields and textareas.",
"main": "jquery-textrange.js",
"dependencies": {
"jquery": "*"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dwieeb/jquery-textrange.git"
},
"keywords": [
"jquery",
"jquery-plugin",
"caret",
"cursor",
"field",
"highlight",
"input",
"range",
"replace",
"select",
"selection",
"substr",
"substring",
"text",
"textarea",
"textrange"
],
"author": "Daniel Imhoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/dwieeb/jquery-textrange/issues"
}
}