forked from garysieling/jquery-highlighttextarea
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 905 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
{
"name": "jquery-highlighttextarea",
"version": "3.1.0",
"author": {
"name": "Damien \"Mistic\" Sorel",
"homepage": "http://www.strangeplanet.fr"
},
"description": "Allows to highlight words and sentences into textareas",
"main": [
"jquery.highlighttextarea.css",
"jquery.highlighttextarea.js"
],
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jshint": "~0.10.0"
},
"keywords": [
"textarea",
"input",
"highlight"
],
"license": "MIT",
"homepage": "https://github.com/mistic100/jquery-highlighttextarea",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/jquery-highlighttextarea.git"
},
"bugs": {
"url": "https://github.com/mistic100/jquery-highlighttextarea/issues"
},
"scripts": {
"test": "grunt test --force"
}
}