forked from lonekorean/highlight-within-textarea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 791 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
{
"name": "highlight-within-textarea",
"version": "1.0.2",
"description": "jQuery plugin for highlighting bits of text within a textarea.",
"main": "jquery.highlight-within-textarea.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lonekorean/highlight-within-textarea.git"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"highlight",
"textarea"
],
"author": {
"name": "Will Boyd",
"email": "[email protected]",
"url": "http://codersblock.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lonekorean/highlight-within-textarea/issues"
},
"homepage": "https://github.com/lonekorean/highlight-within-textarea"
}