-
Notifications
You must be signed in to change notification settings - Fork 75
/
bower.json
37 lines (37 loc) · 937 Bytes
/
bower.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
{
"name": "jquery-highlighttextarea",
"version": "3.1.3",
"authors": [{
"name": "Damien \"Mistic\" Sorel",
"homepage": "http://www.strangeplanet.fr"
}, {
"name": "Gary Sieling",
"homepage": "https://www.garysieling.com/blog"
}],
"description": "Allows highlighting words and sentences in textareas",
"license": "MIT",
"homepage": "http://garysieling.github.io/jquery-highlighttextarea/",
"main": [
"jquery.highlighttextarea.css",
"jquery.highlighttextarea.js"
],
"dependencies": {
"jquery": ">1.9"
},
"keywords": [
"textarea",
"input",
"highlight"
],
"repository": {
"type": "git",
"url": "git://github.com/garysieling/jquery-highlighttextarea.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}