forked from nfrasser/linkifyjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 715 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 715 Bytes
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-linkify",
"version": "infowrap1.1.7",
"homepage": "https://github.com/SoapBox/jQuery-linkify/",
"authors": [
"SoapBox Innovations, Inc. <dev@soapboxhq.com>"
],
"description": "Find URLs in plain text and return HTML for discovered links.",
"main": "dist/jquery.linkify.js",
"keywords": [
"jquery",
"plugin",
"boilerplate",
"jquery-plugin",
"jquery-boilerplate",
"link",
"url",
"match",
"html"
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.9.0"
},
"devDependencies": {
"qunit": "1.*"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo",
"assets"
]
}