forked from garysieling/jquery-highlighttextarea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 844 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
{
"name": "jquery-highlighttextarea",
"version": "3.1.0",
"authors": [{
"name": "Damien \"Mistic\" Sorel",
"homepage": "http://www.strangeplanet.fr"
}],
"description": "Allows to highlight words and sentences into textareas",
"license": "MIT",
"homepage": "http://www.strangeplanet.fr/work/jquery-highlighttextarea",
"main": [
"jquery.highlighttextarea.css",
"jquery.highlighttextarea.js"
],
"dependencies": {
"jquery": ">1.9"
},
"keywords": [
"textarea",
"input",
"highlight"
],
"repository": {
"type": "git",
"url": "git://github.com/mistic100/jquery-highlighttextarea.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}